Commit 68b7647c authored by Simon's avatar Simon

release 1.0.0

parent ed523edf
......@@ -2,7 +2,7 @@ PROJECT=biuro-www
IMAGE_NGINX=fholzer/nginx-brotli
IMAGE_MYSQL=mariadb:10.3
IMAGE_WORDPRESS=biuro/web:0.0.32
IMAGE_WORDPRESS=biuro/web:1.0.0
IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=www_biuro
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -90,12 +90,12 @@ http {
# https://nginx.org/en/docs/http/ngx_http_core_module.html#tcp_nopush
tcp_nopush on;
# Enable gzip compression.
include h5bp/web_performance/compression.conf;
# Enable brotli compression.
include h5bp/web_performance/compression-brotli.conf;
# Enable gzip compression.
include h5bp/web_performance/compression.conf;
# Specify file cache expiration.
# include h5bp/web_performance/cache_expiration.conf;
......
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