Files
docker-limesurvey/examples/apache-reverse-proxy.conf
2023-03-16 15:34:59 +01:00

8 lines
217 B
Plaintext

<VirtualHost *:8080>
ServerAdmin admin@localhost.local
ServerName my.survey.localhost
ProxyPass / http://limesurvey:80/
ProxyPassReverse / http://limesurvey:80/
ProxyPreserveHost On
</VirtualHost>