mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
chore(docs/manifest): branded 404 page
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
e02f017153
commit
6b67be86a1
@ -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…
x
Reference in New Issue
Block a user