fix syntax errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-10-11 19:19:54 -03:00
parent c07fa0c283
commit 9584d2faa1
5 changed files with 30 additions and 30 deletions

View File

@ -106,7 +106,7 @@ RUN \
"listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9000": { "pass": "routes/main" } }, \
"listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \
"listeners": { "*:9002": { "pass": "routes/static" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \
"routes": {\ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \
@ -122,13 +122,13 @@ RUN \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ { "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ "static": [ \
{ "action": { "share": "/var/www/html" } } \ { "action": { "share": "/var/www/html" } } \
], ], \
"dynamic": [ "dynamic": [ \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], ], \
}, }, \
"applications": { \ "applications": { \
"index_php": { \ "index_php": { \
"type": "php", \ "type": "php", \

View File

@ -106,7 +106,7 @@ RUN \
"listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9000": { "pass": "routes/main" } }, \
"listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \
"listeners": { "*:9002": { "pass": "routes/static" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \
"routes": {\ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \
@ -122,13 +122,13 @@ RUN \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ { "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ "static": [ \
{ "action": { "share": "/var/www/html" } } \ { "action": { "share": "/var/www/html" } } \
], ], \
"dynamic": [ "dynamic": [ \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], ], \
}, }, \
"applications": { \ "applications": { \
"index_php": { \ "index_php": { \
"type": "php", \ "type": "php", \

View File

@ -106,7 +106,7 @@ RUN \
"listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9000": { "pass": "routes/main" } }, \
"listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \
"listeners": { "*:9002": { "pass": "routes/static" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \
"routes": {\ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \
@ -122,13 +122,13 @@ RUN \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ { "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ "static": [ \
{ "action": { "share": "/var/www/html" } } \ { "action": { "share": "/var/www/html" } } \
], ], \
"dynamic": [ "dynamic": [ \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], ], \
}, }, \
"applications": { \ "applications": { \
"index_php": { \ "index_php": { \
"type": "php", \ "type": "php", \

View File

@ -106,7 +106,7 @@ RUN \
"listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9000": { "pass": "routes/main" } }, \
"listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \
"listeners": { "*:9002": { "pass": "routes/static" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \
"routes": {\ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \
@ -122,13 +122,13 @@ RUN \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ { "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ "static": [ \
{ "action": { "share": "/var/www/html" } } \ { "action": { "share": "/var/www/html" } } \
], ], \
"dynamic": [ "dynamic": [ \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], ], \
}, }, \
"applications": { \ "applications": { \
"index_php": { \ "index_php": { \
"type": "php", \ "type": "php", \

View File

@ -105,7 +105,7 @@ RUN \
"listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9000": { "pass": "routes/main" } }, \
"listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \
"listeners": { "*:9002": { "pass": "routes/static" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \
"routes": {\ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ { "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \
@ -121,13 +121,13 @@ RUN \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ { "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ "static": [ \
{ "action": { "share": "/var/www/html" } } \ { "action": { "share": "/var/www/html" } } \
], ], \
"dynamic": [ "dynamic": [ \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], ], \
}, }, \
"applications": { \ "applications": { \
"index_php": { \ "index_php": { \
"type": "php", \ "type": "php", \