changes 2023-06-24

This commit is contained in:
cheetah 2023-06-24 14:06:03 +02:00
parent 426d4934c5
commit 1c8a37fcd0

View file

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