mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Consistent usage of @proxy_to_app named location
This can be confusing since `location / {}` and `location @proxy_to_app {}` were both being used.
This commit is contained in:
parent
ca43784e86
commit
d7c7c59bdb
@ -77,7 +77,7 @@ To turn off buffering, you only need to add ``proxy_buffering off;`` to your
|
||||
``location`` block::
|
||||
|
||||
...
|
||||
location / {
|
||||
location @proxy_to_app {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user