Browse Source

Updated NGINX file for uploading

Yoginth 7 years ago
parent
commit
fb74c13381
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/conf/gitote

+ 1 - 0
script/conf/gitote

@@ -1,6 +1,7 @@
 server {
     listen 80;
     listen 443 ssl http2;
+    client_max_body_size 4g;
     
     server_tokens off;
     server_name 127.0.0.1;