Skip to content
Snippets Groups Projects
Commit a37331d08afe authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Set client_max_body_size to 100M

To allow larger uploads.
parent 7a6ee2c57def
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
listen 8000 default_server;
root /etc/cubicweb.d/fresh/data;
rewrite ^/fresh/(.*) /$1 last;
client_max_body_size 100M;
location / {
proxy_pass http://127.0.0.1:8080;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment