mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Add nice error page to homepage
This commit is contained in:
parent
50d0cbd378
commit
5aa78967de
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ http {
|
|||
|
||||
location / {
|
||||
root /home/sbadmin/SponsorBlockSite/public-prod;
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
|
||||
listen [::]:443 default_server ssl http2 ipv6only=on backlog=323999;
|
||||
|
|
Loading…
Reference in a new issue