From 0811b27ba1ef131a1253122cddc653baf68bfd1b Mon Sep 17 00:00:00 2001 From: Mayank Soni Date: Fri, 11 Dec 2020 10:59:31 +0530 Subject: [PATCH] docs: Update nginx certbot to use python3 #2439 --- doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide.md b/doc/guide.md index 3c255f0f..0acafef9 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -215,7 +215,7 @@ If you prefer to use NGINX instead of Caddy then please follow steps 1-2 above a ```bash sudo apt update -sudo apt install -y nginx certbot python-certbot-nginx +sudo apt install -y nginx certbot python3-certbot-nginx ``` 4. Put the following config into `/etc/nginx/sites-available/code-server` with sudo: -- GitLab