# /etc/apache2/sites-available/znc | |
<VirtualHost *:80> | |
# Server name | |
ProxyPass / http://localhost:9090/ | |
ProxyPassReverse / http://localhost:9090/ | |
<Proxy *> | |
Order allow,deny | |
Allow from all | |
</Proxy> | |
ProxyPreserveHost on | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment