Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jul 4, 2024
1 parent 62a8556 commit 08c9164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server {
# proxy_set_header X-Forwarded-Host $http_host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
alias /usr/share/nginx/html/;
root /usr/share/nginx/html/;
try_files $uri /index.html =404;
}
location /api {
Expand Down

0 comments on commit 08c9164

Please sign in to comment.