EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8aa8f3e5 authored by Karl Grube's avatar Karl Grube
Browse files

fixed max body size

parent 5d38f43b
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ server {
ssl_session_timeout 10m;
add_header Strict-Transport-Security max-age=15768000; # 6 monate
gzip off;
client_max_body_size 50m;
client_body_buffer_size 128k;
client_max_body_size 1G;
index index.html;
error_page 500 502 503 504 /500.html;
......
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