From be40ffdd139cac11a604c7ae6a7f704fbed1f483 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 2 Oct 2019 00:57:11 -0300 Subject: [PATCH] fix plugin resources --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 34b4037..cadd742 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,6 +79,8 @@ RUN \ }, \ "routes": [ \ { "match": { "uri": "/plugins/*.php" }, "action": { "pass": "applications/direct_php" } }, \ + { "match": { "uri": "/plugins/*.css" }, "action": { "share": "/var/www/html/public_html" } }, \ + { "match": { "uri": "/plugins/*.js" }, "action": { "share": "/var/www/html/public_html" } }, \ { "match": { "uri": "/skins/*" }, "action": { "share": "/var/www/html/public_html" } }, \ { "match": { "uri": "/program/*" }, "action": { "share": "/var/www/html/public_html" } }, \ { "action": { "pass": "applications/index_php" } } \