We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65d82f7 + bc00103 commit 9c20eb3Copy full SHA for 9c20eb3
1 file changed
templates/horizon/config/httpd.conf
@@ -51,7 +51,9 @@ LogLevel debug
51
## Logging
52
ErrorLog {{ .LogFile }}
53
ServerSignature Off
54
- CustomLog {{ .LogFile }} "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" env=forwarded
+ SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
55
+ CustomLog {{ .LogFile }} combined env=!forwarded
56
+ CustomLog {{ .LogFile }} proxy env=forwarded
57
58
## RedirectMatch rules
59
RedirectMatch permanent ^/$ "{{ .horizonEndpoint }}/dashboard"
0 commit comments