13 lines
204 B
Nginx Configuration File
13 lines
204 B
Nginx Configuration File
events {}
|
|
|
|
http {
|
|
client_max_body_size 50m;
|
|
|
|
map $http_upgrade $connection_upgrade {
|
|
default upgrade;
|
|
'' close;
|
|
}
|
|
|
|
include ./hosts.conf;
|
|
include ./sprinthub.conf;
|
|
} |