testing
nokonoko 2021-06-05 16:26:38 +02:00
parent b1b2f99594
commit aeb1654c60
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ssl_certificate /etc/letsencrypt/live/A.Y/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/A.Y/privkey.pem; ssl_certificate_key /etc/letsencrypt/live/A.Y/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3; ssl_protocols TLSv1.2 TLSv1.3;
root /home/neku/www/files/files; root /var/www/uguu/files/;
autoindex off; autoindex off;
access_log off; access_log off;
index index.html; index index.html;