Hi all,
I tried to deploy my asp.net web api application to nginx follow the documentation below
https://docs.microsoft.com/en-us/aspnet/core/publishing/linuxproduction
currently, I have created hellomvc.service and started it. I can access from localhost/api/controller. But I can't access the application from another computer, ping the server's ip will timeout, what should I config, so that I can access the application from any other computer? I have already disabled ufw
The following steps in the documentation are secure nginx and config ssl, but I don't want to let it support ssl, then how can I config nginx.conf file?
thanks