Skip to content

Instantly share code, notes, and snippets.

@mcdonc
Created January 28, 2016 15:39
Show Gist options
  • Save mcdonc/82454cecfb59d8268143 to your computer and use it in GitHub Desktop.
Save mcdonc/82454cecfb59d8268143 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName bokehtest.agendaless.com
ErrorLog /var/log/apache2/bokeh-error.log
CustomLog /var/log/apache2/bokeh-access.log combined
RewriteEngine On
RewriteRule ^/(.*) http://127.0.0.1:5006/$1 [L,P]
ProxyPreserveHost On
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment