Skip to content

Commit

Permalink
a2-2147 : NGINX conf updates
Browse files Browse the repository at this point in the history
  • Loading branch information
millenr committed Dec 4, 2023
1 parent 1eb471e commit 5b3594a
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 5b3594a

Please sign in to comment.