This commit is contained in:
Fijxu 2023-04-05 00:55:42 -04:00
parent bcfe18a512
commit 1cc9e8a86f

View file

@ -24,6 +24,12 @@ server {
try_files $uri $uri/ =404;
}
location /transparency {
autoindex on;
autoindex_exact_size off;
autoindex_format html;
autoindex_localtime on;
}
listen 443 ssl http2; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/zzls.xyz/fullchain.pem; # managed by Certbot