From aeb1654c6058f37510052bc51fbbae717bce7243 Mon Sep 17 00:00:00 2001 From: nokonoko Date: Sat, 5 Jun 2021 16:26:38 +0200 Subject: [PATCH] update --- templates/nginx_confs/A.Y.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx_confs/A.Y.conf b/templates/nginx_confs/A.Y.conf index 4b8b448..e454247 100644 --- a/templates/nginx_confs/A.Y.conf +++ b/templates/nginx_confs/A.Y.conf @@ -6,7 +6,7 @@ ssl_certificate /etc/letsencrypt/live/A.Y/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/A.Y/privkey.pem; ssl_protocols TLSv1.2 TLSv1.3; -root /home/neku/www/files/files; +root /var/www/uguu/files/; autoindex off; access_log off; index index.html;