You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
391 B

# تعریف $connection_upgrade در http context — لازمهٔ پراکسیِ WebSocket/upgrade.
# این فایل مستقیم در /etc/nginx/conf.d/ کپی می‌شود (بدون envsubst) و قبل از
# default.conf بارگذاری می‌شود (ترتیب الفبایی: 00- مقدم است).
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}