Skip to content

Commit fe248c0

Browse files
authored
docs: fix linux command of installing Nginx (#866)
1 parent 5f6c48c commit fe248c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kratos/guides/deploy-kratos-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ We'll use Nginx as reverse proxy and load balancer for our service. You can use
310310
Install Nginx by running:
311311

312312
```bash
313-
apt-get nginx certbot python3-certbot-nginx
313+
apt-get install nginx certbot python3-certbot-nginx
314314
```
315315

316316
Create a default configuration for the virtual host. To do this create the file `accounts.example.com` at

0 commit comments

Comments
 (0)