Skip to content

Commit c638060

Browse files
committed
[FIX] fixed bugs
1 parent 73f03d1 commit c638060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/guides/web-server/nginx-load-balancing.en-UZ.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,13 @@ sudo dnf update && sudo dnf upgrade -y
123123
**2->** NGINX o'rnatamiz
124124

125125
```bash
126-
sudo dnf install nginx nginx-extras
126+
sudo dnf install nginx
127127
```
128128

129129
**3->** SSL sertifikat olish uchun certbot o'rnatamiz.
130130

131131
```bash
132+
sudo dnf install epel-release -y
132133
sudo dnf install certbot python3-certbot-nginx -y
133134
```
134135
**4->** NGINX o'rnatilganidan keyin uni statusini ko'ramiz.

0 commit comments

Comments
 (0)