nginx reverse proxy for ssh reverse tunnel?

2020-07-18 Thread jalil1408
* 192.168.1.100 (reverse proxy and ssh tunnel server) : centos 8 + sshd 8 + nginx 1.14.1 + firewalld disabled * 192.168.1.101 (local web server) : windows 10 + web App (port 80) exposed to remote access with SSH reverse tunnel (port 6033) * 192.168.1.102 (remote machine) : Ubuntu + curl

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