How to host the clean architecture template on Debian 10 #842
Closed
1988gadocansey
started this conversation in
General
Replies: 1 comment
-
I can provide support for this but I might be able to point you in the right direction. The template was based on the official Angular + .NET SPA template, and Microsoft has provided some guidance here; https://learn.microsoft.com/en-us/aspnet/core/client-side/spa/angular?view=aspnetcore-7.0&tabs=visual-studio#publish-and-deploy. Hopefully that will get you started, good luck! 😀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this environment
Debian 10
Postgres
Ngnix
Dotnet 7.0
Angular15
How do i point my / location since theres a redirection to 44447 before the angular frontend is served?
location / {
root /var/www/www/cleanarchitecture;
index index.html;
#try_files $uri $uri/ /index.html;
}
Beta Was this translation helpful? Give feedback.
All reactions