mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Add docker-compose example with Apache reverse-proxy
This commit is contained in:
8
examples/apache-reverse-proxy.conf
Normal file
8
examples/apache-reverse-proxy.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
<VirtualHost *:8080>
|
||||
ServerAdmin admin@localhost.local
|
||||
ServerName my.survey.localhost
|
||||
|
||||
ProxyPass / http://limesurvey:80/
|
||||
ProxyPassReverse / http://limesurvey:80/
|
||||
ProxyPreserveHost On
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user