[mod] vault

This commit is contained in:
Andy Bunce 2023-06-14 22:02:22 +01:00
parent d733f5e6f2
commit 7e97c1a4cb
3 changed files with 8 additions and 8 deletions

View file

@ -89,9 +89,8 @@ quodatum.duckdns.org {
@warden host warden.quodatum.duckdns.org:443
handle @warden {
import duckdns
reverse_proxy /notifications/hub 192.168.1.5:3012
reverse_proxy 192.168.1.5:8882 {
reverse_proxy /notifications/hub 0.0.0.0:3012
reverse_proxy 0.0.0.0:8882 {
header_up X-Real-IP {remote_host}
}
}
@ -184,6 +183,6 @@ xu4.local {
}
warden.local:443 {
tls "bunce.andy@gmail.com"
reverse_proxy 192.168.1.5:8882
reverse_proxy /notifications/hub 192.168.1.5:3012
reverse_proxy 0.0.0.0:8882
reverse_proxy /notifications/hub 0.0.0.0:3012
}