fix caddy host header
This commit is contained in:
parent
9b333be379
commit
de6f6d106c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
import baseConfig
|
||||
reverse_proxy {
|
||||
to http://127.0.0.1:13286
|
||||
header_up Host {upstream_hostport}
|
||||
header_up Host cloud.chir.rs
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue