]> git.giorgioravera.it Git - apache.git/commitdiff
Removed not used elements
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 10 Apr 2021 17:06:48 +0000 (19:06 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 10 Apr 2021 17:06:48 +0000 (19:06 +0200)
sites-available/cloud.giorgioravera.it.conf
sites-available/docker.giorgioravera.it.conf
sites-available/home.giorgioravera.it.conf
sites-available/traefik.giorgioravera.it.conf
sites-available/xoa.giorgioravera.it.conf

index 8f8a190cd1abd4bda9509432aae5c562ca11f3c7..bd52f6ac96db30ab881db44a72fd0f70c56190b0 100644 (file)
@@ -11,7 +11,6 @@
                ServerName cloud.giorgioravera.it
                ServerAdmin giorgio@giorgioravera.it
 
-               ProxyPreserveHost On
                ProxyPass / http://cloud.giorgioravera.it/
                ProxyPassReverse / http://cloud.giorgioravera.it/
 
index cb3b31f1301cb02c7b0527d175cd5c5e038c6d69..73e9642380900cf5c5b5ad5414838026bf393da0 100644 (file)
                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
index be49e3a6f181e8d9f82b23f62602b12e96a0d3f7..83b0b7e15e657a8ad1fb0d77f906e70fb5827130 100644 (file)
@@ -11,9 +11,6 @@
                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/
 
index 567e7942c1c4474d9b9fc9edd13ef980852a4c7e..ec2bef1ac72552ee985b59f9b77a3e58eb514f09 100644 (file)
                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
index 31b5986a90d9abc7174e6d8de61aba67b137f489..b4f46401b15e2530b74265f75e3fa4f265162dc0 100644 (file)
                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]
@@ -36,5 +39,3 @@
                #Include conf-available/serve-cgi-bin.conf
        </VirtualHost>
 </IfModule>
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet