forked from linux/WebHosting
disable body size check for saparchive
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -13,6 +13,7 @@ server {
|
||||
|
||||
location / {
|
||||
proxy_pass http://tiacore-test:8080;
|
||||
client_max_body_size 0;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user