Skip to content

Commit

Permalink
Merge pull request #23 from millenr/A2-2147
Browse files Browse the repository at this point in the history
A2-2147 : NGINX conf updates
  • Loading branch information
tsheils authored Dec 4, 2023
2 parents 3a83c95 + 5b3594a commit 572c773
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nginx-custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ server {
server_name localhost;

location /ui/ {
root /usr/share/nginx/app;
index index.html index.htm;
alias /usr/share/nginx/app/;
try_files $uri $uri/ /ui/index.html;
}

Expand Down

0 comments on commit 572c773

Please sign in to comment.