This commit is contained in:
Fijxu 2022-12-31 20:03:28 -03:00
parent 16a52f4911
commit f4316e7b86
1 changed files with 3 additions and 1 deletions

View File

@ -11,8 +11,10 @@ server {
# access_log off;
index index.html;
error_page 403 =301 https://ayaya.beauty/;
location / {
error_page 403 =301 https://ayaya.beauty;
error_page 404 = /404.png;
}
listen 443 http3;
listen 443 http2 ssl; # managed by Certbot