Re: iptables issue with ASP.Net Core Port 5000

2019-02-13 Thread Igor Cicimov
On Wed, 13 Feb 2019 11:30 pm Igor Cicimov On Wed, 13 Feb 2019 9:44 pm Patrick Kirk >> Hi all, >> >> I have a simple asp.net core site that runs with Postgres which works >> fine if I login as root and set it to run on port 80. SSL is done by >> cloudflare. I would prefer to use nginx or at leas

Re: iptables issue with ASP.Net Core Port 5000

2019-02-13 Thread Alexandre GRIVEAUX
Le 2019-02-13 11:43, Patrick Kirk a écrit : Hi all, I have a simple asp.net core site that runs with Postgres which works fine if I login as root and set it to run on port 80.  SSL is done by cloudflare.  I would prefer to use nginx or at least have an iptable rule to redirect the port 80 traffi

Re: iptables issue with ASP.Net Core Port 5000

2019-02-13 Thread Igor Cicimov
On Wed, 13 Feb 2019 9:44 pm Patrick Kirk Hi all, > > I have a simple asp.net core site that runs with Postgres which works > fine if I login as root and set it to run on port 80. SSL is done by > cloudflare. I would prefer to use nginx or at least have an iptable > rule to redirect the port 80 t

iptables issue with ASP.Net Core Port 5000

2019-02-13 Thread Patrick Kirk
Hi all, I have a simple asp.net core site that runs with Postgres which works fine if I login as root and set it to run on port 80.  SSL is done by cloudflare.  I would prefer to use nginx or at least have an iptable rule to redirect the port 80 traffic.  Both have the same failure so for now