Skip to content

Instantly share code, notes, and snippets.

@lablnet
Last active August 26, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lablnet/0d4e8a31f729c62f44fece10a1453eb7 to your computer and use it in GitHub Desktop.
Save lablnet/0d4e8a31f729c62f44fece10a1453eb7 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName git.muhammadumerfarooq.com
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
SetEnv proxy-sendcl
ProxyPreserveHost On
ProxyPass /git http://127.0.0.1:3000/
ProxyPassReverse /git http://127.0.0.1:3000/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment