Skip to content

Commit

Permalink
Update site.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 19, 2024
1 parent 6e44452 commit cf72ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ def setProxy(self, site_name, site_from, to, host, name, open_proxy, open_cors,
# PROXY-END"

tpl_proxy_cache = "\n\
if ( $uri ~* \\.(gif|png|jpg|css|js|woff|woff2)$\" )\n\
if ( $uri ~* \\.(gif|png|jpg|css|js|ttf|woff|woff2)$\" )\n\
{\n\
expires {cache_time}m;\n\
}\n\
Expand Down

0 comments on commit cf72ebd

Please sign in to comment.