RE: Reverse proxy to Tomcat 8

2020-07-19 Thread Dino Edwards
> 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

Re: Reverse proxy to Tomcat 8

2020-07-19 Thread Francis Daly
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

Reverse proxy to Tomcat 8

2020-07-18 Thread Dino Edwards
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