http
This commit is contained in:
parent
fa925d6b1f
commit
d1bd343bf7
@ -1,10 +1,4 @@
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
# server {
|
||||
# listen 80;
|
||||
|
@ -1,4 +1,13 @@
|
||||
events {}
|
||||
|
||||
include ./guavo.conf;
|
||||
include ./sprinthub.conf;
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
include ./guavo.conf;
|
||||
include ./sprinthub.conf;
|
||||
}
|
@ -1,10 +1,4 @@
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
Loading…
Reference in New Issue
Block a user