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
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
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
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