fix
This commit is contained in:
parent
32f4228033
commit
8e76a2f431
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue