mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-09-10 12:20:48 +08:00
Change LETSENCRYPT_HOST delimiter to a comma
This commit is contained in:
@@ -132,7 +132,7 @@ Set the following environment variables to enable Let's Encrypt support for a co
|
||||
- `LETSENCRYPT_HOST`
|
||||
- `LETSENCRYPT_EMAIL`
|
||||
|
||||
The `LETSENCRYPT_HOST` variable most likely needs to be the same as the `VIRTUAL_HOSTS` variable and must be publicly reachable domains. Specify multiple hosts with a space delimiter.
|
||||
The `LETSENCRYPT_HOST` variable most likely needs to be the same as the `VIRTUAL_HOST` variable and must be publicly reachable domains. Specify multiple hosts with a comma delimiter.
|
||||
|
||||
After the first start, the nginx-proxy will need to be restarted again. This is because the nginx configuration needs to be regenerated after downloading the Let's Encrypt certificate.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user