]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - docker/production/stable/nginx.conf
Docker: increase maximum file upload size to 10 MiB
[github/shaarli/Shaarli.git] / docker / production / stable / nginx.conf
index f7d59fc88c479ccfb58c44c6634b5aa9d09b937e..5ffa02d0a9d570136d4ab7ea8f8bef4107f03cb7 100644 (file)
@@ -11,6 +11,8 @@ http {
     default_type       application/octet-stream;
     keepalive_timeout  20;
 
+    client_max_body_size 10m;
+
     index index.html index.php;
 
     server {