diff --git a/store/src/main/java/com/zimbra/cs/util/proxyconfgen/ProxyConfGen.java b/store/src/main/java/com/zimbra/cs/util/proxyconfgen/ProxyConfGen.java index abd5ed0b12e..270cd372fff 100755 --- a/store/src/main/java/com/zimbra/cs/util/proxyconfgen/ProxyConfGen.java +++ b/store/src/main/java/com/zimbra/cs/util/proxyconfgen/ProxyConfGen.java @@ -2372,12 +2372,6 @@ public static int createConf(String[] args) throws ServiceException, ProxyConfEx expandTemplate( new File(mTemplateDir, getWebHttpSModeConfTemplate("mixed")), new File(mConfIncludesDir, getWebHttpSModeConf("mixed"))); - expandTemplate( - new File(mTemplateDir, getConfTemplateFileName("docs.common")), - new File(mConfIncludesDir, getConfFileName("docs.common"))); - expandTemplate( - new File(mTemplateDir, getConfTemplateFileName("docs.upstream")), - new File(mConfIncludesDir, getConfFileName("docs.upstream"))); expandTemplate( new File(mTemplateDir, getConfTemplateFileName("web.carbonio.admin.default")), new File(mConfIncludesDir, getConfFileName("web.carbonio.admin.default")));