disable :443

This commit is contained in:
Karol Wypchlo 2021-07-07 23:29:10 +02:00
parent e86abc3438
commit ee475de13b
1 changed files with 7 additions and 7 deletions

View File

@ -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 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. # It will generate an internal certificate so browsers will warn you when connecting but that not a problem.
:443 { # :443 {
tls internal { # tls internal {
on_demand # on_demand
} # }
#
reverse_proxy nginx:80 # reverse_proxy nginx:80
} # }
:80 { :80 {
reverse_proxy nginx:80 { reverse_proxy nginx:80 {