]> jfr.im git - uguu.git/blame - templates/nginx_confs/A.Y.conf
Merge pull request #67 from Ryanll8798/patch-1
[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
aeb1654c 9root /var/www/uguu/files/;
89c544a9
GJ
10autoindex off;
11access_log off;
12index index.html;
13}