173799761 2 years ago
parent
commit
a0aa2abef2
1 changed files with 2 additions and 1 deletions
  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;