Skip to content

Commit

Permalink
Merge pull request #51 from zachahn/patch-1
Browse files Browse the repository at this point in the history
Respond with a 404 when the file doesn't exist
  • Loading branch information
josegonzalez authored Dec 3, 2021
2 parents 758bf7c + 6672b62 commit 6c1abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/app-nginx.conf.sigil
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http {
port_in_redirect off;

location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ =404;
}
}
}

0 comments on commit 6c1abc0

Please sign in to comment.