Deploy ServicesStack (.Net Core) in Nginx

Is application working if you access it without nginx? Logs say that it crashes everytime. Did you make any changes in original todos application? If yes, can you run original Todos and see if the crash is happens again.

So, need to check the following:

  1. Try to run application without nginx. Check if it crashes with SIGSEGV.
  2. If application crashes without nginx try to run original Todos application. Check if it crashes with SIGSEGV.
  3. If it does crashes please say which environment (OS, .NET Core version, docker container or host) you use. If you try to run application in non-privileged docker container this setting might help