From f4b0efc1514c217d9b1de621f651cfabdae9e20b Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 2 Oct 2019 00:25:14 -0300 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 809c056..34b4037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN \ '{ \ "listeners": { \ "*:9080": { "pass": "routes" }, \ - "*:9443": { "pass": "routes", "tls": { "certificates": "default" } } \ + "*:9443": { "pass": "routes", "tls": { "certificate": "default" } } \ }, \ "routes": [ \ { "match": { "uri": "/plugins/*.php" }, "action": { "pass": "applications/direct_php" } }, \