From 594e9890c20d7538d9234a48ee0fcbc8032beadf Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 21 Jul 2021 00:29:33 +0300 Subject: [PATCH] fix generate ssl --- nginxconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nginxconfig b/nginxconfig index 8fa3a75..6913830 100644 --- a/nginxconfig +++ b/nginxconfig @@ -8,11 +8,8 @@ server { server_name gemini.iiiypuk.me; - location /.well-known/ { - root /home/alex/Gemini/Let\'s\ Encrypt/; - } - location / { proxy_pass http://127.0.0.1:8080; + # root /home/alex/Gemini/lets_encrypt; # for certbot } }