fix
This commit is contained in:
13
nginx/nginx-prod/config/nginx.conf
Normal file
13
nginx/nginx-prod/config/nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
events {}
|
||||
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
include ./hosts.conf;
|
||||
include ./sprinthub.conf;
|
||||
}
|
Reference in New Issue
Block a user