parent
52c34060e3
commit
a4315fac3b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue