chore(docs/manifest): branded 404 page
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
e02f017153
commit
6b67be86a1
1 changed files with 3 additions and 1 deletions
|
|
@ -19,8 +19,10 @@ http {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
|
error_page 404 /404.html;
|
||||||
|
|
||||||
root /www;
|
root /www;
|
||||||
index index.html index.php;
|
index index.html;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue