mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX use correct namespaces for middleware injection
This commit is contained in:
parent
b270eee1b0
commit
dc240ce7f3
@ -11,12 +11,12 @@ SilverStripe\Core\Injector\Injector:
|
||||
SessionMiddleware: '%$SilverStripe\Control\Middleware\SessionMiddleware'
|
||||
RequestProcessorMiddleware: '%$SilverStripe\Control\RequestProcessor'
|
||||
FlushMiddleware: '%$SilverStripe\Control\Middleware\FlushMiddleware'
|
||||
SilverStripe\Control\AllowedHostsMiddleware:
|
||||
SilverStripe\Control\Middleware\AllowedHostsMiddleware:
|
||||
properties:
|
||||
AllowedHosts: "`SS_ALLOWED_HOSTS`"
|
||||
SilverStripe\Control\TrustedProxyMiddleware:
|
||||
AllowedHosts: '`SS_ALLOWED_HOSTS`'
|
||||
SilverStripe\Control\Middleware\TrustedProxyMiddleware:
|
||||
properties:
|
||||
TrustedProxyIPs: "`SS_TRUSTED_PROXY_IPS`"
|
||||
TrustedProxyIPs: '`SS_TRUSTED_PROXY_IPS`'
|
||||
---
|
||||
Name: errorrequestprocessors
|
||||
After:
|
||||
|
Loading…
Reference in New Issue
Block a user