Created
December 19, 2020 12:10
-
-
Save wendeehsu/f73d2d50949ef613328277937f65c29d 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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@diegoulloao I'm happy to help 🥰