Skip to content

Instantly share code, notes, and snippets.

View jfederico's full-sized avatar

Jesus Federico jfederico

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/