From: Giorgio Ravera Date: Sat, 10 Apr 2021 17:06:48 +0000 (+0200) Subject: Removed not used elements X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=bbb0d58756baf6c44ceb2c4e6d992989ec114cdb;p=apache.git Removed not used elements --- diff --git a/sites-available/cloud.giorgioravera.it.conf b/sites-available/cloud.giorgioravera.it.conf index 8f8a190..bd52f6a 100644 --- a/sites-available/cloud.giorgioravera.it.conf +++ b/sites-available/cloud.giorgioravera.it.conf @@ -11,7 +11,6 @@ ServerName cloud.giorgioravera.it ServerAdmin giorgio@giorgioravera.it - ProxyPreserveHost On ProxyPass / http://cloud.giorgioravera.it/ ProxyPassReverse / http://cloud.giorgioravera.it/ diff --git a/sites-available/docker.giorgioravera.it.conf b/sites-available/docker.giorgioravera.it.conf index cb3b31f..73e9642 100644 --- a/sites-available/docker.giorgioravera.it.conf +++ b/sites-available/docker.giorgioravera.it.conf @@ -14,6 +14,10 @@ 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 diff --git a/sites-available/home.giorgioravera.it.conf b/sites-available/home.giorgioravera.it.conf index be49e3a..83b0b7e 100644 --- a/sites-available/home.giorgioravera.it.conf +++ b/sites-available/home.giorgioravera.it.conf @@ -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/ diff --git a/sites-available/traefik.giorgioravera.it.conf b/sites-available/traefik.giorgioravera.it.conf index 567e794..ec2bef1 100644 --- a/sites-available/traefik.giorgioravera.it.conf +++ b/sites-available/traefik.giorgioravera.it.conf @@ -11,10 +11,13 @@ 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 diff --git a/sites-available/xoa.giorgioravera.it.conf b/sites-available/xoa.giorgioravera.it.conf index 31b5986..b4f4640 100644 --- a/sites-available/xoa.giorgioravera.it.conf +++ b/sites-available/xoa.giorgioravera.it.conf @@ -11,10 +11,13 @@ 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 - -# vim: syntax=apache ts=4 sw=4 sts=4 sr noet