Skip to content

Instantly share code, notes, and snippets.

@wendeehsu
Created December 19, 2020 12:10
Show Gist options
  • Save wendeehsu/f73d2d50949ef613328277937f65c29d to your computer and use it in GitHub Desktop.
Save wendeehsu/f73d2d50949ef613328277937f65c29d to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/sophie
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
ProxyRequests on
ProxyPreserveHost on
<Location /callback>
ProxyPass http://localhost:8080/callback
ProxyPassReverse http://localhost:8080/callback
</Location>
</VirtualHost>
@diegoulloao
Copy link

@wendeehsu
Copy link
Author

@diegoulloao I'm happy to help 🥰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment