From 9e0a26157fca7bc1c7fa701f8069e54b57eaa866 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 19:22:35 +0200 Subject: [PATCH] proxy_pass http://arti-angular-app:4200; --- nginx-config/http/http-for-letsencrypt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-config/http/http-for-letsencrypt.conf b/nginx-config/http/http-for-letsencrypt.conf index 37edca9..a437346 100644 --- a/nginx-config/http/http-for-letsencrypt.conf +++ b/nginx-config/http/http-for-letsencrypt.conf @@ -10,7 +10,7 @@ server { location / { - proxy_pass http://angular-services:8800; + proxy_pass http://arti-angular-app:4200; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;