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