Created
January 28, 2016 15:39
-
-
Save mcdonc/82454cecfb59d8268143 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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