> location /ciphermail {
> Depending on what you want, it might be that you should have "^~" before and
> "/" after the word "/ciphermail" in the "location" definition.
That seems to have done the trick. Thanks a lot
___
nginx mailing list
nginx@ng
On Sat, Jul 18, 2020 at 01:18:22PM +, Dino Edwards wrote:
Hi there,
> Trying to reverse proxy using Nginx to a tomcat 8 application listening on
> port 8443 but I'm running into an issue where I'm getting status 404 on all
> static content.
What request do you make? (Probably something lik
Trying to reverse proxy using Nginx to a tomcat 8 application listening on port
8443 but I'm running into an issue where I'm getting status 404 on all static
content.
Below is my config file. The /admin location works with no problems. The
/ciphermail is the problematic one. I had the exact sam