Commit 79956a15 authored by Simon's avatar Simon

Merge branch 'release-1.1.1'

parents e7156a81 4fa74876
......@@ -2,7 +2,7 @@ PROJECT=biuro-www
IMAGE_NGINX=fholzer/nginx-brotli
IMAGE_MYSQL=mariadb:10.3
IMAGE_WORDPRESS=biuro/web:1.0.0
IMAGE_WORDPRESS=biuro/web:1.1.1
IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=www_biuro
......
......@@ -33,14 +33,14 @@ location ~* \.(?:rss|atom)$ {
# Media files
location ~* \.(?:webp|jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
access_log off;
expires 1M;
expires 6M;
}
# Media: svgz files are already compressed.
location ~* \.svgz$ {
access_log off;
gzip off;
expires 1M;
expires 6M;
}
# CSS and JavaScript
......@@ -52,6 +52,6 @@ location ~* \.(?:css|js)$ {
# Web fonts
# If you are NOT using cross-domain-fonts.conf, uncomment the following directive
location ~* \.(?:eot|otf|tt[cf]|woff2?)$ {
expires 1M;
expires 6M;
access_log off;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment