serve dnslink over http
This commit is contained in:
parent
1385354074
commit
e86abc3438
|
@ -7,6 +7,10 @@
|
|||
on_demand
|
||||
}
|
||||
|
||||
reverse_proxy nginx:80
|
||||
}
|
||||
|
||||
:80 {
|
||||
reverse_proxy nginx:80 {
|
||||
# add Dnslink-Lookup header so nginx knows that the request comes from a domain
|
||||
# outside of our certificate string and should perform a dnslink lookup
|
||||
|
|
Reference in New Issue