I'm trying to get rid of /site in Hippo CMS version 13
According to Hippo CMS version 12 documentation I can deploy my delivery application as ROOT.war (https://documentation.bloomreach.com/12/library/deployment/configuring/deploy-application-as-root_war.html)
However, that page is missing inside the documentation for version 13
I found that Hippo CMS version 13 does not support deployment as ROOT.war (https://documentation.bloomreach.com/library/deployment/system-architecture.html)
So, how do I get rid of /site? (Without changing nginx configurations)
Thanks
I use a simple proxy server using Node.js, Express and
http-proxy-middleware, I called itdev-server.jsand to execute it you just runnode dev-server.js:I don't recommend you to get rid of it, but circumvent it for your needs instead. Would this work for you?