Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 10, 2025
1 parent fdf1698 commit 7ba8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
server_name localhost;
root /var/www;

location ~ ^/dataset/(.*)$ {
location ~ ^/datasets/(.*)$ {
return 300 /$1;
}

Expand Down

0 comments on commit 7ba8258

Please sign in to comment.