diff --git a/Dockerfile b/Dockerfile index d4d4c07..35a8535 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,8 +56,9 @@ RUN \ '{ \ "listeners": { "*:8080": { "pass": "routes" } }, \ "routes": [ \ - { "match": { "uri": "/wp-*.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-content*" }, "action": { "share": "/var/www/html" } }, \ { "match": { "uri": "/wp-includes*" }, "action": { "share": "/var/www/html" } }, \