ServerName cloud.giorgioravera.it
ServerAdmin giorgio@giorgioravera.it
- ProxyPreserveHost On
ProxyPass / http://cloud.giorgioravera.it/
ProxyPassReverse / http://cloud.giorgioravera.it/
ProxyPass / http://docker.giorgioravera.it/
ProxyPassReverse / http://docker.giorgioravera.it/
+ #SSLProxyEngine on
+ #ProxyPass / https://docker.giorgioravera.it/
+ #ProxyPassReverse / https://docker.giorgioravera.it/
+
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
ServerName home.giorgioravera.it
ServerAdmin giorgio@giorgioravera.it
- ProxyPreserveHost On
- ProxyRequests off
-
#ProxyPass /esphome http://home.giorgioravera.it/esphome/
#ProxyPassReverse /esphome http://home.giorgioravera.it/esphome/
ServerName traefik.giorgioravera.it
ServerAdmin giorgio@giorgioravera.it
- ProxyPreserveHost On
ProxyPass / http://traefik.giorgioravera.it/
ProxyPassReverse / http://traefik.giorgioravera.it/
+ #SSLProxyEngine on
+ #ProxyPass / https://traefik.giorgioravera.it/
+ #ProxyPassReverse / https://traefik.giorgioravera.it/
+
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
ServerName xoa.giorgioravera.it
ServerAdmin giorgio@giorgioravera.it
- ProxyPreserveHost On
ProxyPass / http://xoa.giorgioravera.it/
ProxyPassReverse / http://xoa.giorgioravera.it/
+ #SSLProxyEngine on
+ #ProxyPass / https://xoa.giorgioravera.it/
+ #ProxyPassReverse / https://xoa.giorgioravera.it/
+
RewriteEngine On
RewriteCond %{HTTP:upgrade} websocket [NC]
RewriteRule /(.*) ws://xoa.giorgioravera.it/$1 [L,P]
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
</IfModule>
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet