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/; } }