tmpl/nginx-nebula.conf: Changment du client_max_body_size

Pour permettre l'envois d'images iso il faut augmenter la limite a
plus de 1G.

fixes #12536 @45m
This commit is contained in:
Philippe Caseiro 2015-08-13 10:17:56 +02:00
parent 4b48a82320
commit 8a17a7bdd7
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ server {
ssl_certificate %%server_pem;
ssl_certificate_key %%server_key;
client_max_body_size 1536M;
### Proxy requests to upstream
location / {
proxy_pass http://sunstone;