mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 18:14:28 +05:00
6 lines
114 B
INI
6 lines
114 B
INI
# /etc/nginx/conf.d/common_vars.conf
|
|
|
|
map $http_upgrade $connection_upgrade {
|
|
default upgrade;
|
|
'' close;
|
|
} |