<VirtualHost *:80> | |
ServerName example.com | |
ServerAlias *.example.com | |
ServerAdmin admin@example.com | |
ErrorLog /var/log/apache2/etherpad.error.log | |
LogLevel warn | |
CustomLog /var/log/apache2/etherpad.access.log combined | |
ServerSignature Off | |
ProxyPass / http://localhost:9000/ | |
ProxyPassReverse / http://localhost:9000/ | |
ProxyPreserveHost on | |
<Proxy *> | |
Options FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny | |
allow from all | |
</Proxy> | |
</VirtualHost> |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
zeigerpuppy
commented
Mar 31, 2011
thanks, works well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks, works well