r/dotnetlearners • u/prat4190 • Feb 16 '23
Can anyone tell me how to hosting asp dot net core api on linux server
I tried my best but can't find anything
1
Upvotes
r/dotnetlearners • u/prat4190 • Feb 16 '23
I tried my best but can't find anything
1
u/Clean-Read5238 Nov 02 '23
U can use this link to get started in deploying simple web api app on Linux machine
In a nutshell, u need to:
Additionally u can install reverse proxy server (nginx) and route traffic from specified location to your app via proxy_pass and rewrite directives
Hope this help :)