ProxyAddHeaders needs to be inside location to make them work
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 29 Jul 2019 17:17:04 +0000 (19:17 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 29 Jul 2019 17:17:04 +0000 (19:17 +0200)
ssl.conf

index a9841fa..43bc97b 100644 (file)
--- a/ssl.conf
+++ b/ssl.conf
@@ -22,7 +22,8 @@
        satisfy any
 
 
-
+       # ProxyAddHeaders needs to be inside location to make them work!
+       ProxyAddHeaders off
 
 </Location>