Skip to content

Instantly share code, notes, and snippets.

@heph
Created March 10, 2016 00:39
Show Gist options
  • Save heph/220a5ee8d4e27e138df7 to your computer and use it in GitHub Desktop.
Save heph/220a5ee8d4e27e138df7 to your computer and use it in GitHub Desktop.
<VirtualHost _default_:80>
DocumentRoot /opt/deck/html
ProxyPass "/gate" "http://localhost:8084" retry=0
ProxyPassReverse "/gate" "http://localhost:8084"
ProxyPass "/rosco" "http://localhost:8087" retry=0
ProxyPassReverse "/rosco" "http://localhost:8087"
<Directory "/opt/deck/html/">
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment