Deploy a simple ASP.NET Core Web App on Linux with Nginx

preview_player
Показать описание
If you are .Net developer but still do not know how to publish your web apps to Linux, here is a good starting point.
Рекомендации по теме
Комментарии
Автор

Thank you with this tutorial I understand logic and manage to deploy both nginx and without nginx (as kestrel not showed in the video but Ip logic is same if port 80 opened also it show on domain as nginx did. However I going to preffer nginx). Now I start to learn net core more and can publish my design websites.

emrecan
Автор

thank you so much! it helped me to deploy my web api first time on linux

arifmay
Автор

I am using aws ec2 linux but unable to find sites-available/default file in nginx path!

harshilgandhigoogle
Автор

followed every step and got to the end for my BLAZOR app, and it still shows the default nginx site when I go to the IP address in the browser

willgale
Автор

i want to host a .net core web api, the process will be same like this right ?

suprateembose
Автор

When I publish the published folder in IIS, I have fast navigation, now with nginx and reverse proxy I have very slow navigation

keisam
Автор

Good afternoon, I'm trying to publish the .net 7 Web API based on your video, but in the end I get an error
sudo nginx -s reload
[notice] 3021#3021: signal process started
[error] 3021#3021: open() "/run/nginx.pid" failed (2: No such file or directory)
maybe you know how to fix it?

vladimirplatun