mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
API Remove BlockUntrustedIPs
This commit is contained in:
parent
df40d5f8c6
commit
f54ff29a02
@ -23,13 +23,6 @@
|
|||||||
ErrorDocument 404 /assets/error-404.html
|
ErrorDocument 404 /assets/error-404.html
|
||||||
ErrorDocument 500 /assets/error-500.html
|
ErrorDocument 500 /assets/error-500.html
|
||||||
|
|
||||||
<IfModule mod_env.c>
|
|
||||||
# Ensure that X-Forwarded-Host is only allowed to determine the request
|
|
||||||
# hostname for servers ips defined by SS_TRUSTED_PROXY_IPS in your _ss_environment.php
|
|
||||||
# Note that in a future release this setting will be always on.
|
|
||||||
SetEnv BlockUntrustedIPs true
|
|
||||||
</IfModule>
|
|
||||||
|
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
|
|
||||||
# Turn off index.php handling requests to the homepage fixes issue in apache >=2.4
|
# Turn off index.php handling requests to the homepage fixes issue in apache >=2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user