173799761 2 년 전
부모
커밋
a0aa2abef2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;