From 1c8a37fcd0596498336fa9c0242b4d77e06431ee Mon Sep 17 00:00:00 2001 From: cheetah Date: Sat, 24 Jun 2023 14:06:03 +0200 Subject: [PATCH] changes 2023-06-24 --- nginx_site.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_site.cfg b/nginx_site.cfg index 6c207bc..959ba94 100644 --- a/nginx_site.cfg +++ b/nginx_site.cfg @@ -8,6 +8,6 @@ server { location /msg-tg_cfg/ { proxy_pass http://127.0.0.1:3060/; } location /msg-testalarm_cfg/ { proxy_pass http://127.0.0.1:3070/; } location /msg-mowas_cfg/ { proxy_pass http://127.0.0.1:3090/; } - location /msg-brandgefahren/ { proxy_pass http://127.0.0.1:3100/; } + location /msg-brandgefahren_cfg/ { proxy_pass http://127.0.0.1:3100/; } }