try enabling gzip

This commit is contained in:
Ulf Gebhardt 2022-01-14 19:31:12 +01:00
parent 430af1ade6
commit 0f0609bcb8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
4 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,7 @@ server {
#include /etc/nginx/common/ssl.conf;
#gzip_static on;
gzip on;
# Legacy URLS
set $REWRITE_LEGACY_URLS "$NGINX_REWRITE_LEGACY_URLS";

View File

@ -9,6 +9,7 @@ server {
#include /etc/nginx/common/ssl.conf;
#gzip_static on;
gzip on;
# Legacy URLS
set $REWRITE_LEGACY_URLS "$NGINX_REWRITE_LEGACY_URLS";

View File

@ -22,6 +22,8 @@ server {
include /etc/nginx/common/protect.conf;
include /etc/nginx/common/protect_add_header.conf;
gzip on;
root $NGINX_UPDATE_PAGE_ROOT;
index updating.html;

View File

@ -7,6 +7,8 @@ server {
include /etc/nginx/common/protect.conf;
include /etc/nginx/common/protect_add_header.conf;
gzip on;
root $NGINX_UPDATE_PAGE_ROOT;
index updating.html;