[mod]
This commit is contained in:
parent
c9a0894d07
commit
d733f5e6f2
1 changed files with 5 additions and 6 deletions
|
@ -87,12 +87,11 @@ quodatum.duckdns.org {
|
||||||
import omv 8444
|
import omv 8444
|
||||||
}
|
}
|
||||||
|
|
||||||
@warden host warden.quodatum.duckdns.org
|
@warden host warden.quodatum.duckdns.org:443
|
||||||
handle @warden {
|
handle @warden {
|
||||||
tls "bunce.andy@gmail.com"
|
import duckdns
|
||||||
import auth_quodatum
|
reverse_proxy /notifications/hub 192.168.1.5:3012
|
||||||
reverse_proxy /notifications/hub 192.168.1.5::3012
|
reverse_proxy 192.168.1.5:8882 {
|
||||||
reverse_proxy 192.168.1.5::8882 {
|
|
||||||
header_up X-Real-IP {remote_host}
|
header_up X-Real-IP {remote_host}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -185,6 +184,6 @@ xu4.local {
|
||||||
}
|
}
|
||||||
warden.local:443 {
|
warden.local:443 {
|
||||||
tls "bunce.andy@gmail.com"
|
tls "bunce.andy@gmail.com"
|
||||||
reverse_proxy 192.168.1.5::8882
|
reverse_proxy 192.168.1.5:8882
|
||||||
reverse_proxy /notifications/hub 192.168.1.5:3012
|
reverse_proxy /notifications/hub 192.168.1.5:3012
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue