Selaa lähdekoodia

Increase max request body size #419

master
Kristian Haugene 6 vuotta sitten
vanhempi
commit
a7043d6473
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5
    2
      proxy/nginx.conf

+ 5
- 2
proxy/nginx.conf Näytä tiedosto

@@ -4,6 +4,9 @@ events {

http {

# In case of big files
client_max_body_size 200M;

server {
listen 8080;

@@ -13,11 +16,11 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# HTTP 1.1 support
proxy_http_version 1.1;
proxy_set_header Connection "";
}
}

}
}

Loading…
Peruuta
Tallenna