mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Merge pull request #1765 from thisgeekza/patch-1
Add a few extra ProxyPass calls
This commit is contained in:
commit
92aee27028
@ -33,8 +33,11 @@ Header set Server "Sample Server Name"
|
||||
BalancerMember http://127.0.0.1:3002
|
||||
</Proxy>
|
||||
|
||||
# Prevent requests for /assets from being passed upstream
|
||||
# Prevent requests for /assets, /javascripts, /plugins and /uploads from being passed upstream
|
||||
ProxyPass /assets !
|
||||
ProxyPass /javascripts !
|
||||
ProxyPass /plugins !
|
||||
ProxyPass /uploads !
|
||||
|
||||
# Pass the everything else
|
||||
ProxyPass / balancer://thinservers/
|
||||
|
Loading…
x
Reference in New Issue
Block a user