Skip to content

Commit

Permalink
image nginx unprivileged
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Dec 5, 2023
1 parent d9c922f commit 5ad1dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/nginx.ign.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ server {
#}

location / {
root /usr/share/nginx/html/datahub;
root /usr/share/nginx/html/datahub/;
try_files $uri $uri/ /index.html;
}

Expand Down

0 comments on commit 5ad1dbc

Please sign in to comment.