From e9afaa1bacaf5043acad024b7de8131011ec5a16 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sun, 29 Dec 2019 20:16:00 +0100 Subject: [PATCH] Removing xml from proxy extensions list --- bin/v-add-web-domain-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-add-web-domain-proxy b/bin/v-add-web-domain-proxy index f9ff4142..330fa677 100755 --- a/bin/v-add-web-domain-proxy +++ b/bin/v-add-web-domain-proxy @@ -14,7 +14,7 @@ user=$1 domain=$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,woff,woff2,xml" +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" extentions=${4-$default_extentions} restart="$5"