Re: Nginx and ASP.Net Core

2021-12-13 Thread Dan Ritter
Patrick Kirk wrote: > On Mon, 13 Dec 2021 at 13:37, Dan Ritter wrote: > > > Patrick Kirk wrote: > > > > 6. If serving dynamic content, where to get it > > > > > > A program running on port 5000 is a fine place to serve dynamic > > content from, but you haven't told nginx about it. > > > > I'll b

Re: Nginx and ASP.Net Core

2021-12-13 Thread Patrick Kirk
On Mon, 13 Dec 2021 at 13:37, Dan Ritter wrote: > Patrick Kirk wrote: > > 6. If serving dynamic content, where to get it > > > A program running on port 5000 is a fine place to serve dynamic > content from, but you haven't told nginx about it. > > I'll bet you that this "kestrel" program comes wi

Re: Nginx and ASP.Net Core

2021-12-13 Thread Dan Ritter
Patrick Kirk wrote: > I am trying to run an ASP.Net Core site on my hosted Debian box and I seem > to have messed up the configuration. All attempts to reach the page on > port 80 get 403 Forbidden messages. > > My error log says: pk@debian-s-websites:~$ sudo tail -f > /var/log/nginx/error.log 2

Nginx and ASP.Net Core

2021-12-13 Thread Patrick Kirk
Hi all, I am trying to run an ASP.Net Core site on my hosted Debian box and I seem to have messed up the configuration. All attempts to reach the page on port 80 get 403 Forbidden messages. My error log says: pk@debian-s-websites:~$ sudo tail -f /var/log/nginx/error.log 2021/12/13 06:27:24 [erro