]> git.giorgioravera.it Git - apache.git/commitdiff
Changed docker port
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 29 May 2021 08:40:50 +0000 (10:40 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 29 May 2021 08:40:50 +0000 (10:40 +0200)
sites-available/docker.giorgioravera.it.conf

index 73e9642380900cf5c5b5ad5414838026bf393da0..a203b2f0b66fa0f9d72cf3d4bfc7ea36b7eb0393 100644 (file)
                ServerName docker.giorgioravera.it
                ServerAdmin giorgio@giorgioravera.it
 
-               ProxyPass / http://docker.giorgioravera.it/
-               ProxyPassReverse / http://docker.giorgioravera.it/
-
-               #SSLProxyEngine on
-               #ProxyPass / https://docker.giorgioravera.it/
-               #ProxyPassReverse / https://docker.giorgioravera.it/
+               ProxyPass / http://docker.giorgioravera.it:9000/
+               ProxyPassReverse / http://docker.giorgioravera.it:9000/
 
                # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
                # error, crit, alert, emerg.
@@ -35,5 +31,3 @@
                #Include conf-available/serve-cgi-bin.conf
        </VirtualHost>
 </IfModule>
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet