We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cceeb7 commit d4a711cCopy full SHA for d4a711c
1 file changed
conf/nginx.conf.template
@@ -47,6 +47,7 @@ http {
47
proxy_pass https://fonts.googleapis.com/;
48
proxy_set_header Host fonts.googleapis.com;
49
proxy_set_header Accept-Encoding "";
50
+ proxy_set_header Cache-Control "public, max-age=180, s-maxage=180";
51
52
subs_filter_types text/css;
53
subs_filter //fonts.gstatic.com/ //${FONTS_HOST}/fonts/;
0 commit comments