This commit is contained in:
mrwho 2026-07-14 22:30:26 +03:00
parent 32f4228033
commit 8e76a2f431

View file

@ -90,7 +90,7 @@
- proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m; - proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;
locations: locations:
- location: / - location: /
target: "https://172.20.21.201:10001" target: "http://172.20.21.201:10001"
- virthost_name: longhorn.local.mrwho.ru - virthost_name: longhorn.local.mrwho.ru
server_name: longhorn.local.mrwho.ru server_name: longhorn.local.mrwho.ru
@ -104,7 +104,7 @@
- proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m; - proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;
locations: locations:
- location: / - location: /
target: "https://172.20.21.201:10002" target: "http://172.20.21.201:10002"
###### Firewalld configuration ###### ###### Firewalld configuration ######
firewall: firewall:
# - previous: replaced # flush previous rules # - previous: replaced # flush previous rules