You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
map $http_upgrade$connection_upgrade {
default upgrade;'' close;
}
upstream websocket {
# server localhost:8889;
server superliga.socket:8889;
}
upstream websocket_node {
server superliga.socket:3000;
}
upstream websocket_chat_node {
server superliga.socket:3000;
}
upstream websocket_stage {
server stage.superliga.socket:8887;
}
upstream websocket_stage_node {
server stage.superliga.socket:3000;
}
upstream websocket_stage_chat_node {
server stage.superliga.socket:3000;
}
/etc/nginx/conf.d/php.conf
upstream php7 {
server unix:/var/run/php/php-fpm-superliga.sock;# server unix:/var/run/php/php-fpm-superliga2.sock max_fails=5 fail_timeout=15s;# server unix:/var/run/php/php-fpm-superliga3.sock;
}