woops
This commit is contained in:
parent
bcfe18a512
commit
1cc9e8a86f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue