mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-30 20:04:16 -04:00
add gzip/brotli configuration for future use
This commit is contained in:
parent
c98929ea0d
commit
9074148b6e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue