From 1632c27355f3878a9261f14cbfdf795f5e022367 Mon Sep 17 00:00:00 2001 From: dpeca Date: Mon, 23 Sep 2019 17:35:53 +0200 Subject: [PATCH] Add woff, woff2, xml extension as static file, removing html, htm --- bin/v-change-web-domain-proxy-tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/v-change-web-domain-proxy-tpl b/bin/v-change-web-domain-proxy-tpl index 4d022cb9..36c09843 100755 --- a/bin/v-change-web-domain-proxy-tpl +++ b/bin/v-change-web-domain-proxy-tpl @@ -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"