add gzip/brotli configuration for future use

This commit is contained in:
Daniel Micay 2021-07-04 03:34:49 -04:00
parent c98929ea0d
commit 9074148b6e
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ http {
error_log /var/log/nginx/error.log;
log_not_found off;
gzip_proxied any;
gzip_vary on;
if_modified_since before;
aio threads;