File tree Expand file tree Collapse file tree
docs/admin/getting-started/container/docker-compose Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Create a temporary config to allow HTTP validation:
7777sudo 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
8383server {
@@ -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
108108sudo certbot certonly --webroot \
@@ -169,7 +169,7 @@ sudo rm /etc/nginx/sites-enabled/certbot-challenge
169169sudo 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
You can’t perform that action at this time.
0 commit comments