2022-10-25 13:48:10 +02:00
|
|
|
<VirtualHost *:80>
|
2022-11-21 11:37:02 +01:00
|
|
|
modsecurity Off
|
2022-11-18 17:27:14 +01:00
|
|
|
modsecurity_rules_file /etc/apache2/modsecurity.d/modsec_rules.conf
|
2022-10-25 13:48:10 +02:00
|
|
|
ServerAdmin webmaster@localhost
|
|
|
|
DocumentRoot /var/www/html
|
2022-11-10 00:28:20 +01:00
|
|
|
ErrorLog /var/log/apache2/error.log
|
|
|
|
CustomLog /var/log/apache2/access.log combined
|
2022-10-25 13:48:10 +02:00
|
|
|
|
|
|
|
ProxyPreserveHost On
|
2022-12-02 06:49:56 +01:00
|
|
|
ProxyRequests off
|
|
|
|
ProxyVia Off
|
|
|
|
# Do not touch the proxy headers, these are set by HAProxy before
|
|
|
|
ProxyAddHeaders off
|
2022-11-23 20:10:13 +01:00
|
|
|
ProxyPass "/" "http://dd-sso-haproxy:81/"
|
|
|
|
ProxyPassReverse "/" "http://dd-sso-haproxy:81/"
|
2022-10-25 13:48:10 +02:00
|
|
|
</VirtualHost>
|