Skip to content

Commit 1658144

Browse files
authored
Add woff, woff2, xml extension as static file, removing html, htm
1 parent 3f7e791 commit 1658144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/v-add-web-domain-proxy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
user=$1
1515
domain=$2
1616
template=$3
17-
default_extentions="jpg,jpeg,gif,png,ico,svg,css,zip,tgz,gz,rar,bz2,doc,xls,\
18-
exe,pdf,ppt,txt,odt,ods,odp,odf,tar,wav,bmp,rtf,js,mp3,avi,mpeg,flv,html,htm"
17+
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"
1918
extentions=${4-$default_extentions}
2019
restart="$5"
2120

0 commit comments

Comments
 (0)