Compare commits
2 Commits
c4b9604367
...
d733f5e6f2
Author | SHA1 | Date | |
---|---|---|---|
d733f5e6f2 | |||
c9a0894d07 |
@ -87,12 +87,11 @@ quodatum.duckdns.org {
|
||||
import omv 8444
|
||||
}
|
||||
|
||||
@warden host warden.quodatum.duckdns.org
|
||||
@warden host warden.quodatum.duckdns.org:443
|
||||
handle @warden {
|
||||
import auth_quodatum
|
||||
tls bunce.andy@gmail.com
|
||||
reverse_proxy /notifications/hub 192.168.1.5::3012
|
||||
reverse_proxy 192.168.1.5::8882 {
|
||||
import duckdns
|
||||
reverse_proxy /notifications/hub 192.168.1.5:3012
|
||||
reverse_proxy 192.168.1.5:8882 {
|
||||
header_up X-Real-IP {remote_host}
|
||||
}
|
||||
}
|
||||
@ -184,7 +183,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