mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 00:48:53 +01:00
8 lines
217 B
Plaintext
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> |