fix plugin resources
This commit is contained in:
parent
f4b0efc151
commit
be40ffdd13
@ -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" } } \
|
||||
|
Loading…
x
Reference in New Issue
Block a user