]> jfr.im git - uguu.git/blame - templates/nginx_confs/A.Y.conf
update nginx configs
[uguu.git] / templates / nginx_confs / A.Y.conf
CommitLineData
89c544a9
GJ
1server{
2listen 443 ssl http2;
3server_name A.Y www.A.Y;
4ssl on;
5ssl_certificate /etc/letsencrypt/live/A.Y/fullchain.pem;
6ssl_certificate_key /etc/letsencrypt/live/A.Y/privkey.pem;
7ssl_protocols TLSv1.2 TLSv1.3;
8
9root /home/neku/www/files/files;
10autoindex off;
11access_log off;
12index index.html;
13}