Skip to content

Commit 4bb47b3

Browse files
committed
adjust ngnix tutorial
1 parent 66d100c commit 4bb47b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/admin/getting-started/container/docker-compose/docker-external-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Create a temporary config to allow HTTP validation:
7777
sudo nano /etc/nginx/sites-available/certbot-challenge
7878
```
7979

80-
Paste the following config:
80+
Paste the following config and adjust the URLs:
8181

8282
```nginx
8383
server {
@@ -102,7 +102,7 @@ sudo nginx -t && sudo systemctl reload nginx
102102

103103
## Obtain SSL Certificates
104104

105-
Use `certbot` to get your TLS certificates:
105+
Use `certbot` to get your TLS certificates with adjusted URLs:
106106

107107
```bash
108108
sudo certbot certonly --webroot \
@@ -169,7 +169,7 @@ sudo rm /etc/nginx/sites-enabled/certbot-challenge
169169
sudo nano /etc/nginx/sites-available/opencloud
170170
```
171171

172-
Paste the following configuration:
172+
Paste the following configuration and adjust the URLs:
173173

174174
```nginx
175175
# Redirect HTTP to HTTPS

0 commit comments

Comments
 (0)