]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - docker/development/nginx.conf
Docker: increase maximum file upload size to 10 MiB
[github/shaarli/Shaarli.git] / docker / development / nginx.conf
index e714ee76a39e05811304facd3007ba7b54adc42d..ac0c6c61ce165976b7572bb96eb8ba90b5f4d2a8 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 {