holdmail icon indicating copy to clipboard operation
holdmail copied to clipboard

nginx proxy & subdirectory

Open atmaniak opened this issue 7 years ago • 1 comments

Is there any way to run holdmail behind nginx and serve the content as a subdirectory ?

We have multiple project here, and we would like to run each instance behind our nginx proxy as follow : http://domain.local/project/1holdmail http://domain.local/project2/holdmail

If i change the contextPath in holdmail.properties the application answer a blank page.

atmaniak avatar Jun 22 '18 14:06 atmaniak

Sorry for the slow reply, I haven't had the same time to commit to this project recently.

Some reading indicates that Spring applications will support a X-Forwarded-Prefix header if it sees one, perhaps that might work, but I believe it may be a URI rewriting rule that's needed, as the UI for holdmail is pretty independent from the spring API backend.

Adding tag 'help-wanted'

barryoneill avatar Jul 24 '18 00:07 barryoneill