+ settings php7.4-fpm container.

This commit is contained in:
2020-10-23 11:20:27 +03:00
parent 3279b86b59
commit 4687eb8daa
7 changed files with 262 additions and 4 deletions

View File

@ -43,6 +43,10 @@
location ~ ^/plugins/.*/.*/widgets/.*/assets { try_files $uri /404; }
location ~ ^/plugins/.*/.*/widgets/.*/resources { try_files $uri /404; }
location ~ ^/themes/.*/assets { try_files $uri /404; }
location ~ ^/themes/.*/assets {
try_files $uri /404;
access_log off;
expires max;
}
location ~ ^/themes/.*/semantic { try_files $uri /404; }
location ~ ^/themes/.*/resources { try_files $uri /404; }