From ebd1e23689c415724bb59596cf561199ca072fac Mon Sep 17 00:00:00 2001 From: Massimo De Santis Date: Mon, 17 Jun 2024 11:03:08 +0200 Subject: [PATCH] corrected bug --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 4c232e1..380c8d3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -50,7 +50,7 @@ server { } location /mig { - proxy_pass http:http://157.26.83.12:8501/mig; + proxy_pass http://157.26.83.12:8501/mig; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -- GitLab