This commit is contained in:
Fijxu 2022-12-31 20:00:12 -03:00
parent 22919b8627
commit 24f55f1d7c
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ server {
# access_log off;
index index.html;
error_page 403 =301 https://ayaya.beauty/;
error_page 404 = /404.png
listen 443 http3;
listen 443 http2 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/i.ayaya.beauty/fullchain.pem; # managed by Certbot