Test nocheck proxy

This commit is contained in:
Andras Bacsai
2022-03-25 10:48:11 +01:00
parent 82bfdb87e3
commit ef073e586b

View File

@@ -82,7 +82,7 @@ backend backend-certbot
# updatedAt={{updatedAt}} # updatedAt={{updatedAt}}
backend {{domain}} backend {{domain}}
option forwardfor option forwardfor
server {{id}} {{id}}:{{port}} check server {{id}} {{id}}:{{port}}
{{/isRunning}} {{/isRunning}}
{{/applications}} {{/applications}}
@@ -91,7 +91,7 @@ backend {{domain}}
# updatedAt={{updatedAt}} # updatedAt={{updatedAt}}
backend {{domain}} backend {{domain}}
option forwardfor option forwardfor
server {{id}} {{id}}:{{port}} check server {{id}} {{id}}:{{port}}
{{/isRunning}} {{/isRunning}}
{{/services}} {{/services}}