173799761 2 gadi atpakaļ
vecāks
revīzija
a0aa2abef2
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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;