173799761 hace 2 años
padre
commit
a0aa2abef2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      meta.conf

+ 2 - 1
meta.conf

@@ -14,12 +14,13 @@ server {
 
 
 	root /game/web/meta;
+	client_max_body_size 60m;
 
 	index index.html index.htm index.nginx-debian.html;
 
 	server_name _;
+		
 
-	
 	location ^~ /new_battle/ {			
 		proxy_pass http://dev.ic1101.world:8091;		
 		proxy_redirect off;