Re: Problem using nginx as reverse proxy server on Windows Server 2016

2024-02-03 Thread Victor Oppenheimer
Jeremy, Thank you.  I tried to stopping the Web Deployment Agency Service and ran a test that seemed to work!  I will test it more extensively tomorrow. and let you know Do you know if there are adverse consequences to changing it's start up type to "Manual". Best,    Victor On 2/3/2024

Re: Problem using nginx as reverse proxy server on Windows Server 2016

2024-02-03 Thread Jeremy Cocks via nginx
Hello! > I found that port 80 is being used by both task "System" by user "SYSTEM" for "NT Kernel and System" with a PID of 4 and also for task "System Idle Process" by user "SYSTEM" for "Percentage of time the processor is idle" with a PID of 0. This is typically the Web Deployment Agent Service

Re: Problem using nginx as reverse proxy server on Windows Server 2016

2024-02-03 Thread Sam Hobbs
insecure HTML and secure HTTPS webpage requests Did you mean to say insecure HTTP and secure HTTPS webpage requests? process secure HTMLS requests as well Did you mean to say process secure HTTPS requests as well? ___ nginx mailing list nginx@nginx.

Problem using nginx as reverse proxy server on Windows Server 2016

2024-02-03 Thread Victor Oppenheimer
I am trying to run nginx as a reverse proxy server on my Microsoft Windows Server 2016 Standard computer. I previously have used Microsoft IIS and Apache Tomcat on this computer to serve webpages on port 80 and port 8080 respectively. However, I want to have some of my websites use SSL and be ac