On Thu, Dec 12, 2019 at 06:17:25PM +, James Read wrote:
> On Thu, Dec 12, 2019 at 5:03 PM Francis Daly wrote:
Hi there,
> > If that shows no problems, then something like
> >
> > nginx -T | grep 'server\|listen'
> >
> > should show the "server" blocks, "listen" directives, and "server_name
On Thu, Dec 12, 2019 at 01:12:52PM -0500, pixel24 wrote:
Hi there,
> server {
> server_name gw.mydomain.com;
> location / {
> proxy_pass http://192.168.24.109;
> }
> }
> I can connect from the outside to the web server :-) What surprises me
> howev