WIP: Properly enable gzip compression in nginx config #721

Draft
norm wants to merge 1 commit from norm/akkoma:nginx-gzip into develop
Showing only changes of commit 9cec6aa5a1 - Show all commits

View file

@ -58,6 +58,7 @@ server {
ssl_stapling on;
ssl_stapling_verify on;
gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;