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:
parent
4b48a82320
commit
8a17a7bdd7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue