+ xdebug into workspace & opcache into php-fpm

+ docker image inspect instructions
This commit is contained in:
2022-01-19 11:02:17 +03:00
parent 4201d657d6
commit a2fb8827c3
20 changed files with 281 additions and 107 deletions

View File

@ -21,7 +21,7 @@ location = /empty {
expires 0;
empty_gif;
}
location ~* \.(eot|ttf|woff|woff2|pdf|css|js|mp4)$ {
location ~* \.(eot|ttf|woff|woff2|otf|pdf|css|js|mp4)$ {
try_files $uri /404;
access_log off;
expires max;