I'm trying to setup nginx + kestrel in order to serve an ASP.NET 5 app from Linux Mint. Is there any guidance on this? I've read docs.asp.net/installing-on-linux, as well as, a two-part blog post written back in June here and here.
Right now, I have nginx setup to forward requests to kestrel on port 5000. Things seem to work (i.e. I can see kestrel working without error in a terminal), but the browser just spins. If I Ctrl+C to quit kestrel, the page is then sent to the browser and rendered. I've verified that this is indeed what's happening with Fiddler.
My goal is to have nginx and kestrel run in daemon mode, and automatically start at boot. Is this currently possible?
I'm trying to setup nginx + kestrel in order to serve an ASP.NET 5 app from Linux Mint. Is there any guidance on this? I've read docs.asp.net/installing-on-linux, as well as, a two-part blog post written back in June here and here.
Right now, I have nginx setup to forward requests to kestrel on port 5000. Things seem to work (i.e. I can see kestrel working without error in a terminal), but the browser just spins. If I Ctrl+C to quit kestrel, the page is then sent to the browser and rendered. I've verified that this is indeed what's happening with Fiddler.
My goal is to have nginx and kestrel run in daemon mode, and automatically start at boot. Is this currently possible?