mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
config
This commit is contained in:
parent
c1bcc60f0a
commit
d8769748f5
@ -10,17 +10,17 @@ server {
|
||||
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
|
||||
proxy_redirect off;
|
||||
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
|
||||
|
||||
}
|
||||
|
||||
# Redirect any requests for static files
|
||||
|
Loading…
Reference in New Issue
Block a user