fix typo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mauro Torrez 2019-10-02 00:25:14 -03:00
parent dd71e28003
commit f4b0efc151

View File

@ -75,7 +75,7 @@ RUN \
'{ \ '{ \
"listeners": { \ "listeners": { \
"*:9080": { "pass": "routes" }, \ "*:9080": { "pass": "routes" }, \
"*:9443": { "pass": "routes", "tls": { "certificates": "default" } } \ "*:9443": { "pass": "routes", "tls": { "certificate": "default" } } \
}, \ }, \
"routes": [ \ "routes": [ \
{ "match": { "uri": "/plugins/*.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/plugins/*.php" }, "action": { "pass": "applications/direct_php" } }, \