Explorar el Código

Updated NGINX file for uploading

Yoginth hace 7 años
padre
commit
fb74c13381
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;