fix generate ssl

This commit is contained in:
Alexander Popov 2021-07-21 00:29:33 +03:00
parent 5fa3695d1a
commit 594e9890c2
1 changed files with 1 additions and 4 deletions

View File

@ -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
}
}