Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 21, 2024
1 parent 6e31a8f commit 45bde6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf.sigil
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ server {

# Handle /5.next
location ~ ^/5\.next/?$ {
rewrite ^/5\.next/([^/]+) /5.next/$1/index.html redirect;
rewrite ^ /5.next/en/index.html redirect;
}
# Handle /5.next/en
location ~ ^/5\.next/([a-z][a-z])/?$ {
Expand Down

0 comments on commit 45bde6e

Please sign in to comment.