This commit is contained in:
Fijxu 2022-12-31 21:37:10 -03:00
parent f4316e7b86
commit 0a14857859
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ server {
location / {
error_page 403 =301 https://ayaya.beauty;
error_page 404 = /404.png;
error_page 404 = /404.gif;
}
listen 443 http3;