Skip to content

Commit

Permalink
Fix Apache proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Dec 12, 2024
1 parent 7e9e09f commit e14502d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/apache/conf.d/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# application is moved to Gunicorn.
ServerName https://www.consumerfinance.gov

# RewriteCond expr "-n env('CFGOV_APPLICATION_HOST')"
RewriteCond expr "-n env('CFGOV_APPLICATION_HOST')"
RewriteRule ^/(.*)$ http://${CFGOV_APPLICATION_HOST}:8000/$1 [P]
ProxyPassReverse / http://${CFGOV_APPLICATION_HOST}:8000/

0 comments on commit e14502d

Please sign in to comment.