From 6550043e61b91164187d2609585049579b4d6dd0 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 11 Dec 2024 13:18:32 +0530 Subject: [PATCH] Fixed: nginx config --- nginx/nginx.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3c2b9b7..f2a3b25 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,17 +21,6 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; - # WebSocket-specific configurations - map $http_upgrade $connection_upgrade { - default upgrade; - '' close; - } - - # Upstream configuration for WebSocket - upstream websocket { - server socket-service:3004; - } - # Nginx log format log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" '