Getting started

2019-12-10 Thread James Read
I edited the config file as follows: http { server { location / { root /www; } } ... } I then reloaded the config file with sudo nginx -s reload. I created a test file at /www/index.html then when I tried to load the page in

Re: RD Gateway thru Reverse Proxy

2019-12-10 Thread Moshe Katz
RD Gateway isn't a real HTTP(S) connection, so you need to use a `stream` block. This has been discussed on this email list several years ago: https://forum.nginx.org/read.php?11,266872 Moshe On Tue, Dec 10, 2019, 4:11 PM jriker1 wrote: > I have multiple servers internal that need to use port

RD Gateway thru Reverse Proxy

2019-12-10 Thread jriker1
I have multiple servers internal that need to use port 443 due to requirements of the applications and vendors. One is a Windows 2016 Essentials server the other a custom web app on Linux that requires a communication to the cloud on 443. I have setup a reverse proxy and it's excellent. Only iss

Re: Controlling Access on and off LAN

2019-12-10 Thread Francis Daly
On Sun, Dec 08, 2019 at 02:29:57PM -1000, Rhys Ferris wrote: Hi there, thanks for the extra description. > I have domain.net which is a gateway to all my services. It has buttons > on the side for them all and then loads them in an iframe under the url > domain.net/#Service. The services themsel