caca4
This commit is contained in:
parent
16a52f4911
commit
f4316e7b86
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue