docs: Update nginx certbot to use python3 #2439

This commit is contained in:
Mayank Soni 2020-12-11 10:59:31 +05:30 committed by Anmol Sethi
parent 60c270aef5
commit 0811b27ba1
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ If you prefer to use NGINX instead of Caddy then please follow steps 1-2 above a
```bash ```bash
sudo apt update 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: 4. Put the following config into `/etc/nginx/sites-available/code-server` with sudo: