parent
52c34060e3
commit
a4315fac3b
|
|
@ -58,7 +58,7 @@ Add the following to the nginx configuration file, `nginx.conf`, which is usuall
|
||||||
```nginx
|
```nginx
|
||||||
server {
|
server {
|
||||||
error_page 404 /404.html;
|
error_page 404 /404.html;
|
||||||
location /404.html {
|
location = /404.html {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue