Skip to content

Commit cbdfee3

Browse files
authored
Merge branch 'main' into fix/brand_page
2 parents 6add7a6 + d652e76 commit cbdfee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ server {
2828
return 301 /$1;
2929
}
3030

31-
try_files $uri $uri/ /index.html;
31+
try_files $uri/index.html $uri =404;
3232
}
3333

3434
# assets, media

0 commit comments

Comments
 (0)