Comment out brotoli for those who don't have it

This commit is contained in:
Kainoa Kanter 2022-03-15 22:41:35 -07:00
parent d1ab999114
commit c7522f5e5b
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ server {
#listen 80 is default
server_name www.example.tld;
return 301 https://example.tld$request_uri;
brotli on;
# brotli on;
}
server {
listen 443;
server_name example.tld;
brotli on;
# brotli on;
root /location/of/zer0bin/frontend/dist;