This commit is contained in:
parent
c07fa0c283
commit
9584d2faa1
@ -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", \
|
||||||
|
@ -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", \
|
||||||
|
@ -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", \
|
||||||
|
@ -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", \
|
||||||
|
@ -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", \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user