infra/nginx/nginx-dev/config/nginx.conf
Egor Matveev 2970f41b5e fix
2025-06-02 01:10:38 +03:00

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;
}