Commit 4fa74876 authored by Simon's avatar Simon

release 1.1.1

parent e7156a81
...@@ -2,7 +2,7 @@ PROJECT=biuro-www ...@@ -2,7 +2,7 @@ PROJECT=biuro-www
IMAGE_NGINX=fholzer/nginx-brotli IMAGE_NGINX=fholzer/nginx-brotli
IMAGE_MYSQL=mariadb:10.3 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 IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=www_biuro DB_NAME=www_biuro
......
...@@ -33,14 +33,14 @@ location ~* \.(?:rss|atom)$ { ...@@ -33,14 +33,14 @@ location ~* \.(?:rss|atom)$ {
# Media files # Media files
location ~* \.(?:webp|jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ { location ~* \.(?:webp|jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
access_log off; access_log off;
expires 1M; expires 6M;
} }
# Media: svgz files are already compressed. # Media: svgz files are already compressed.
location ~* \.svgz$ { location ~* \.svgz$ {
access_log off; access_log off;
gzip off; gzip off;
expires 1M; expires 6M;
} }
# CSS and JavaScript # CSS and JavaScript
...@@ -52,6 +52,6 @@ location ~* \.(?:css|js)$ { ...@@ -52,6 +52,6 @@ location ~* \.(?:css|js)$ {
# Web fonts # Web fonts
# If you are NOT using cross-domain-fonts.conf, uncomment the following directive # If you are NOT using cross-domain-fonts.conf, uncomment the following directive
location ~* \.(?:eot|otf|tt[cf]|woff2?)$ { location ~* \.(?:eot|otf|tt[cf]|woff2?)$ {
expires 1M; expires 6M;
access_log off; 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