Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created May 6, 2013 20:26
Show Gist options
  • Select an option

  • Save AV4TAr/5527911 to your computer and use it in GitHub Desktop.

Select an option

Save AV4TAr/5527911 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
...
ProxyPass /api http://127.0.0.1:28017
ProxyPassReverse /api http://127.0.0.1:28017
<Directory "FOLDER">
...
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment