Commit 7e1bc6b8 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

runner: nginx max upload size is 10 M

parent da94199f
......@@ -13,6 +13,7 @@ events {
http {
default_type application/octet-stream;
access_log {{ param_nginx_frontend['path_access_log'] }} combined;
client_max_body_size 10M;
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment