Updated custom-404-page.md (#6489)

Merge pull request 6489
This commit is contained in:
Gert-jan Theunissen 2017-10-27 18:01:59 +02:00 committed by jekyllbot
parent 52c34060e3
commit a4315fac3b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Add the following to the nginx configuration file, `nginx.conf`, which is usuall
```nginx
server {
error_page 404 /404.html;
location /404.html {
location = /404.html {
internal;
}
}