mirror of https://git.tuxpa.in/a/code-server.git
docs: Update nginx certbot to use python3 #2439
This commit is contained in:
parent
60c270aef5
commit
0811b27ba1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue