All pastes #2099408 Raw Edit

Miscellany

public text v1 · immutable
#2099408 ·published 2012-01-04 18:37 UTC
rendered paste body
## basics
RequestHeader set X_FORWARDED_PROTO 'https'
ProxyPass /portal http://127.0.0.1:3000/portal
ProxyPassReverse /portal http://127.0.0.1:3000/portal

## Would like /portal/assets to serve /var/www/rails/deviseportal/public/assets directly (not via proxy)