Skip to content

Commit 038d195

Browse files
committed
Update default.conf
1 parent 5cc4cda commit 038d195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/frontend/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ gzip_types
2424
application/rss+xml
2525
application/atom_xml;
2626
gzip_disable "MSIE [1-6]\.";
27-
gzip_static on;
2827

2928

3029
server {
@@ -39,6 +38,7 @@ server {
3938
root /usr/share/nginx/html;
4039
index index.html index.htm;
4140
try_files $uri $uri/ /index.html;
41+
gzip_static on;
4242
}
4343

4444
proxy_cache cache;

0 commit comments

Comments
 (0)