Skip to content

Instantly share code, notes, and snippets.

@vacax
Created March 2, 2019 16:38
Show Gist options
  • Save vacax/20c63491e0250f1429dde0dc2ce84536 to your computer and use it in GitHub Desktop.
Save vacax/20c63491e0250f1429dde0dc2ce84536 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName borrame.barcamp.org.do
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
ProxyPass / http://0.0.0.0:8080/
ProxyPassReverse / http://0.0.0.0:8080/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment