This commit is contained in:
parent
a23008c390
commit
bc154908fb
@ -56,8 +56,9 @@ RUN \
|
|||||||
'{ \
|
'{ \
|
||||||
"listeners": { "*:8080": { "pass": "routes" } }, \
|
"listeners": { "*:8080": { "pass": "routes" } }, \
|
||||||
"routes": [ \
|
"routes": [ \
|
||||||
{ "match": { "uri": "/wp-*.php" }, "action": { "pass": "applications/direct_php" } }, \
|
|
||||||
{ "match": { "uri": "/xmlrpc.php" }, "action": { "pass": "applications/direct_php" } }, \
|
{ "match": { "uri": "/xmlrpc.php" }, "action": { "pass": "applications/direct_php" } }, \
|
||||||
|
{ "match": { "uri": "/wp-*.php" }, "action": { "pass": "applications/direct_php" } }, \
|
||||||
|
{ "match": { "uri": "/wp-*/" }, "action": { "pass": "applications/direct_php" } }, \
|
||||||
{ "match": { "uri": "/wp-admin*" }, "action": { "share": "/var/www/html" } }, \
|
{ "match": { "uri": "/wp-admin*" }, "action": { "share": "/var/www/html" } }, \
|
||||||
{ "match": { "uri": "/wp-content*" }, "action": { "share": "/var/www/html" } }, \
|
{ "match": { "uri": "/wp-content*" }, "action": { "share": "/var/www/html" } }, \
|
||||||
{ "match": { "uri": "/wp-includes*" }, "action": { "share": "/var/www/html" } }, \
|
{ "match": { "uri": "/wp-includes*" }, "action": { "share": "/var/www/html" } }, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user