Skip to content

Commit

Permalink
feat: [CO-559] remove docs common template expansion (#149)
Browse files Browse the repository at this point in the history
* ProxyConfGen remove docs.common expansion

* ProxyConfGen remove docs.upstream expansion
  • Loading branch information
frisonisland authored Feb 6, 2023
1 parent a78fe7c commit ea3bb3e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")));
Expand Down

0 comments on commit ea3bb3e

Please sign in to comment.