Skip to content

Commit

Permalink
set default root
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 17, 2024
1 parent 058c170 commit 18ac60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ server {

# react app specific
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ =404;
}
}

0 comments on commit 18ac60b

Please sign in to comment.