Skip to content

Commit

Permalink
fix nginx config for new angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Dec 4, 2023
1 parent 072b3da commit 61931df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-angular/files/docker/nginx.vh.default.conf.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server {
server_tokens off;

location / {
root /docroot;
root /docroot/browser;
index index.html;
# this is for angular
try_files $uri$args $uri$args/ $uri $uri/ /index.html =404;
Expand Down

0 comments on commit 61931df

Please sign in to comment.