Update site configurations to compily with the new nginx.

This commit is contained in:
2025-03-02 16:12:27 +00:00
parent 1f603f04bb
commit 3ab44bc9fa
4 changed files with 10 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ This is because SSL servers will not start without certificates. We need to
bring up servers for certbot challenges.
Now launch certbot:
```
docker-compose up -d
docker-compose run --rm certbot certonly --webroot --webroot-path /var/www/certbot/ --dry-run -d www.vostan.org -d drive.vostan.org
```
If dry run is successful then generate certificates removing --dry-run.