From 8e1dc710210a16f444d96368f9f192f942f6365e Mon Sep 17 00:00:00 2001 From: Adel LAKHDAR <alakhdar@grandlyon.com> Date: Wed, 17 Apr 2024 11:34:09 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- nginx/site.local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/site.local.conf b/nginx/site.local.conf index ba8486cd..061f4518 100644 --- a/nginx/site.local.conf +++ b/nginx/site.local.conf @@ -7,7 +7,7 @@ server { ssl_ciphers HIGH:!aNULL:!MD5; location / { - proxy_pass https://host.docker.internal:3000; + proxy_pass https://host.docker.internal:3000/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; -- GitLab