mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-23 06:35:56 -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
|
if [ -z "$proxy_ext" ]; then
|
||||||
PROXY_EXT="jpg,jpeg,gif,png,ico,svg,css,zip,tgz,gz,rar,bz2,doc,xls"
|
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,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
|
fi
|
||||||
add_web_config "$PROXY_SYSTEM" "$PROXY_TEMPLATE.tpl"
|
add_web_config "$PROXY_SYSTEM" "$PROXY_TEMPLATE.tpl"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue