Skip to content

Instantly share code, notes, and snippets.

View ggaona's full-sized avatar

Gerardo Gaona ggaona

  • Mexico city
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/