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.
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
</IfModule>
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet