caca
This commit is contained in:
parent
22919b8627
commit
24f55f1d7c
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ server {
|
||||||
# access_log off;
|
# access_log off;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
error_page 403 =301 https://ayaya.beauty/;
|
||||||
|
error_page 404 = /404.png
|
||||||
|
|
||||||
listen 443 http3;
|
listen 443 http3;
|
||||||
listen 443 http2 ssl; # managed by Certbot
|
listen 443 http2 ssl; # managed by Certbot
|
||||||
ssl_certificate /etc/letsencrypt/live/i.ayaya.beauty/fullchain.pem; # managed by Certbot
|
ssl_certificate /etc/letsencrypt/live/i.ayaya.beauty/fullchain.pem; # managed by Certbot
|
||||||
|
|
Loading…
Reference in a new issue