gogs-vhost.conf 208 B

1234567
  1. <VirtualHost *:80>
  2. ServerName git.thestrengthfoundry.com
  3. ProxyPreserveHost On
  4. ProxyRequests off
  5. ProxyPass / http://127.0.0.1:3000/
  6. ProxyPassReverse / http://127.0.0.1:3000/
  7. </VirtualHost>