disable :443
This commit is contained in:
parent
e86abc3438
commit
ee475de13b
|
@ -2,13 +2,13 @@
|
|||
# It is useful in case you have services trying to reach the server through ip and not domain like health checks.
|
||||
# It will generate an internal certificate so browsers will warn you when connecting but that not a problem.
|
||||
|
||||
:443 {
|
||||
tls internal {
|
||||
on_demand
|
||||
}
|
||||
|
||||
reverse_proxy nginx:80
|
||||
}
|
||||
# :443 {
|
||||
# tls internal {
|
||||
# on_demand
|
||||
# }
|
||||
#
|
||||
# reverse_proxy nginx:80
|
||||
# }
|
||||
|
||||
:80 {
|
||||
reverse_proxy nginx:80 {
|
||||
|
|
Reference in New Issue