mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Add woff, woff2, xml extension as static file, removing html, htm
This commit is contained in:
parent
1658144030
commit
6b1f3a0e5d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ if [ ! -z "$PROXY_SYSTEM" ]; then
|
|||
if [ -z "$proxy_ext" ]; then
|
||||
PROXY_EXT="jpg,jpeg,gif,png,ico,svg,css,zip,tgz,gz,rar,bz2,doc,xls"
|
||||
PROXY_EXT="$PROXY_EXT,exe,pdf,ppt,txt,odt,ods,odp,odf,tar,wav,bmp"
|
||||
PROXY_EXT="$PROXY_EXT,rtf,js,mp3,avi,mpeg,flv,html,htm"
|
||||
PROXY_EXT="$PROXY_EXT,rtf,js,mp3,avi,mpeg,flv,woff,woff2,xml"
|
||||
fi
|
||||
add_web_config "$PROXY_SYSTEM" "$PROXY_TEMPLATE.tpl"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue