mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 12:38:45 +00:00
chore(docs/manifest): branded 404 page
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user