All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
2 answers
654 views

Is reverse proxy recommended in production environment?

We have an Angular app and a Back-end web API on .NET core. Both sites should be served over HTTPS. I currently have one Linux server. Currently I'm planning to host my Angular app on a domain (for ...
mbdow's user avatar
  • 9
0 votes
1 answer
2k views

NGINX serving multiple angular applications - static files missing error

Have more than 1 angular application served by single nginx reverse proxy. Here is my config I tried. worker_processes 1; error_log <%= ENV["APP_ROOT"] %>/nginx/logs/error.log; events ...
Pat's user avatar
  • 101