mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-04 00:24:29 +08:00
Kanzi changed to https
This commit is contained in:
parent
4f0963f710
commit
17d0fc0f65
@ -25,6 +25,6 @@ server {
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_kanzi kanzi;
|
||||
proxy_pass http://$upstream_kanzi:8000;
|
||||
proxy_pass https://$upstream_kanzi:8000;
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,5 +16,5 @@ location ^~ /kanzi/ {
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_kanzi kanzi;
|
||||
rewrite /kanzi(.*) $1 break;
|
||||
proxy_pass http://$upstream_kanzi:8000;
|
||||
proxy_pass https://$upstream_kanzi:8000;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user