fix ip behind proxy
This commit is contained in:
parent
a24bd0c638
commit
94ac88a514
1 changed files with 12 additions and 11 deletions
|
|
@ -11,9 +11,10 @@
|
||||||
allow from all
|
allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
#LogLevel info ssl:warn
|
SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on
|
||||||
|
|
||||||
RemoteIPHeader CF-Connecting-IP
|
#RemoteIPHeader CF-Connecting-IP
|
||||||
|
RemoteIPHeader X-Forwarded-For
|
||||||
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue