animeic-cd 1 tahun lalu
induk
melakukan
20b7f6f0cb
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      nginx/conf.d/default.conf

+ 1 - 0
nginx/conf.d/default.conf

@@ -2,6 +2,7 @@ server {
     listen       80;
     listen  [::]:80;
     server_name  localhost;
+    client_max_body_size 2048m;
 
    #  error_page   500 502 503 504  /50x.html;
    #  location = /50x.html {