Исправлены ошибки в ходе раскатки

This commit is contained in:
mi
2026-07-16 14:49:04 +03:00
parent caf6bf0516
commit d86e663690
35 changed files with 482 additions and 119 deletions
@@ -1,3 +1,4 @@
user nginx;
worker_processes auto;
pid /tmp/nginx.pid;
error_log /dev/stderr warn;
@@ -11,6 +12,9 @@ http {
default_type application/octet-stream;
server_tokens off;
charset utf-8;
proxy_connect_timeout 3s;
proxy_send_timeout 30s;
proxy_read_timeout 30s;
map $http_upgrade $connection_upgrade {
default upgrade;