Исправлены ошибки в ходе раскатки
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user