diff --git a/14.0/unit/Dockerfile b/14.0/unit/Dockerfile index 0dc3a9a..586a65d 100644 --- a/14.0/unit/Dockerfile +++ b/14.0/unit/Dockerfile @@ -106,7 +106,7 @@ RUN \ "listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \ - "routes": {\ + "routes": { \ "main": [ \ { "match": { "uri": "/console.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" } }, \ { "action": { "pass": "applications/index_php" } } \ ], \ - "static": [ + "static": [ \ { "action": { "share": "/var/www/html" } } \ - ], - "dynamic": [ + ], \ + "dynamic": [ \ { "action": { "pass": "applications/index_php" } } \ - ], - }, + ], \ + }, \ "applications": { \ "index_php": { \ "type": "php", \ diff --git a/15.0/unit/Dockerfile b/15.0/unit/Dockerfile index e9a5fb9..da92199 100644 --- a/15.0/unit/Dockerfile +++ b/15.0/unit/Dockerfile @@ -106,7 +106,7 @@ RUN \ "listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \ - "routes": {\ + "routes": { \ "main": [ \ { "match": { "uri": "/console.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" } }, \ { "action": { "pass": "applications/index_php" } } \ ], \ - "static": [ + "static": [ \ { "action": { "share": "/var/www/html" } } \ - ], - "dynamic": [ + ], \ + "dynamic": [ \ { "action": { "pass": "applications/index_php" } } \ - ], - }, + ], \ + }, \ "applications": { \ "index_php": { \ "type": "php", \ diff --git a/16.0/unit/Dockerfile b/16.0/unit/Dockerfile index 63b0058..af9849a 100644 --- a/16.0/unit/Dockerfile +++ b/16.0/unit/Dockerfile @@ -106,7 +106,7 @@ RUN \ "listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \ - "routes": {\ + "routes": { \ "main": [ \ { "match": { "uri": "/console.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" } }, \ { "action": { "pass": "applications/index_php" } } \ ], \ - "static": [ + "static": [ \ { "action": { "share": "/var/www/html" } } \ - ], - "dynamic": [ + ], \ + "dynamic": [ \ { "action": { "pass": "applications/index_php" } } \ - ], - }, + ], \ + }, \ "applications": { \ "index_php": { \ "type": "php", \ diff --git a/17.0/unit/Dockerfile b/17.0/unit/Dockerfile index 3be634d..2f272b1 100644 --- a/17.0/unit/Dockerfile +++ b/17.0/unit/Dockerfile @@ -106,7 +106,7 @@ RUN \ "listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \ - "routes": {\ + "routes": { \ "main": [ \ { "match": { "uri": "/console.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" } }, \ { "action": { "pass": "applications/index_php" } } \ ], \ - "static": [ + "static": [ \ { "action": { "share": "/var/www/html" } } \ - ], - "dynamic": [ + ], \ + "dynamic": [ \ { "action": { "pass": "applications/index_php" } } \ - ], - }, + ], \ + }, \ "applications": { \ "index_php": { \ "type": "php", \ diff --git a/Dockerfile-unit.template b/Dockerfile-unit.template index bc6efcb..e9ed8dc 100644 --- a/Dockerfile-unit.template +++ b/Dockerfile-unit.template @@ -105,7 +105,7 @@ RUN \ "listeners": { "*:9000": { "pass": "routes/main" } }, \ "listeners": { "*:9001": { "pass": "routes/dynamic" } }, \ "listeners": { "*:9002": { "pass": "routes/static" } }, \ - "routes": {\ + "routes": { \ "main": [ \ { "match": { "uri": "/console.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" } }, \ { "action": { "pass": "applications/index_php" } } \ ], \ - "static": [ + "static": [ \ { "action": { "share": "/var/www/html" } } \ - ], - "dynamic": [ + ], \ + "dynamic": [ \ { "action": { "pass": "applications/index_php" } } \ - ], - }, + ], \ + }, \ "applications": { \ "index_php": { \ "type": "php", \