Compare commits
No commits in common. "d733f5e6f2a84ae1b84763dcd7a0d91094718e4a" and "c4b96043677ca90ae8f4b6b60156895fc643e369" have entirely different histories.
d733f5e6f2
...
c4b9604367
@ -87,11 +87,12 @@ quodatum.duckdns.org {
|
||||
import omv 8444
|
||||
}
|
||||
|
||||
@warden host warden.quodatum.duckdns.org:443
|
||||
@warden host warden.quodatum.duckdns.org
|
||||
handle @warden {
|
||||
import duckdns
|
||||
reverse_proxy /notifications/hub 192.168.1.5:3012
|
||||
reverse_proxy 192.168.1.5:8882 {
|
||||
import auth_quodatum
|
||||
tls bunce.andy@gmail.com
|
||||
reverse_proxy /notifications/hub 192.168.1.5::3012
|
||||
reverse_proxy 192.168.1.5::8882 {
|
||||
header_up X-Real-IP {remote_host}
|
||||
}
|
||||
}
|
||||
@ -183,7 +184,7 @@ xu4.local {
|
||||
file_server browse
|
||||
}
|
||||
warden.local:443 {
|
||||
tls "bunce.andy@gmail.com"
|
||||
reverse_proxy 192.168.1.5:8882
|
||||
tls bunce.andy@gmail.com
|
||||
reverse_proxy 192.168.1.5::8882
|
||||
reverse_proxy /notifications/hub 192.168.1.5:3012
|
||||
}
|
Loading…
Reference in New Issue
Block a user