Hi all,
I have configured nginx in a jail with all the proper certificates and configuration files. Ngnix redirects all http requests to https.
The issue I'm having is that I can only seem to redirect to urls that have ports specified.
For example, in my vdomain config file,
Read more
I have configured nginx in a jail with all the proper certificates and configuration files. Ngnix redirects all http requests to https.
The issue I'm having is that I can only seem to redirect to urls that have ports specified.
For example, in my vdomain config file,
proxy_pass http://192.168.0.100;
will not redirect to my apps web ui from outside my network. However, on my local network, http://192.168.0.100
redirects properly. For another app though, proxy_pass...
Read more