From 3fd59ab764d440bc2c6db708928d3ba689265564 Mon Sep 17 00:00:00 2001 From: louis-antoine-etsmtl <61054719+louis-antoine-etsmtl@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:06:34 -0400 Subject: [PATCH] remove bug --- nginx/default.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx/default.conf b/nginx/default.conf index b698731..595cf1f 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -17,11 +17,6 @@ server { location /socket.io { rewrite /backend/(.*) /$1 break; proxy_pass http://backend; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - proxy_set_header Host $host; - proxy_hide_header 'Access-Control-Allow-Origin'; } location / {