fix(frontend): serve precompressed web assets
This commit is contained in:
@@ -29,4 +29,6 @@ server {
|
||||
gzip_static on;
|
||||
gzip_vary on;
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml;
|
||||
|
||||
brotli_static on;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user