Skip to content

Instantly share code, notes, and snippets.

View esgi-dendyanri's full-sized avatar
🎯
Focusing

Esgi Dendyanri esgi-dendyanri

🎯
Focusing
View GitHub Profile
# proxying through apache to a local rails instance, http & https
# apache *.conf file
<VirtualHost *:80>
ServerName psl.localhost
ServerAlias cms.psl.localhost
ServerAlias *.psl.localhost
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/