mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Add woff, woff2, xml extension as static file, removing html, htm
This commit is contained in:
parent
6b1f3a0e5d
commit
1632c27355
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ user=$1
|
|||
domain=$2
|
||||
domain_idn=$2
|
||||
template=$3
|
||||
default_extentions="jpg,jpeg,gif,png,ico,svg,css,zip,tgz,gz,rar,bz2,doc,xls,\
|
||||
exe,pdf,ppt,txt,odt,ods,odp,odf,tar,wav,bmp,rtf,js,mp3,avi,mpeg,flv,html,htm"
|
||||
default_extentions="jpg,jpeg,gif,png,ico,svg,css,zip,tgz,gz,rar,bz2,doc,xls,exe,pdf,ppt,txt,odt,ods,odp,odf,tar,wav,bmp,rtf,js,mp3,avi,mpeg,flv,woff,woff2,xml"
|
||||
extentions=${4-$default_extentions}
|
||||
restart="$5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue