mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge branch 'patch-1' of https://github.com/thelittlefireman/bunkerized-nginx into dev
This commit is contained in:
commit
d01bc5e014
1 changed files with 6 additions and 0 deletions
|
|
@ -566,6 +566,12 @@ Context : *global*
|
||||||
If set to yes, automatic certificate generation and renewal will be setup through Let's Encrypt. This will enable HTTPS on your website for free.
|
If set to yes, automatic certificate generation and renewal will be setup through Let's Encrypt. This will enable HTTPS on your website for free.
|
||||||
You will need to redirect the 80 port to 8080 port inside container and also set the `SERVER_NAME` environment variable.
|
You will need to redirect the 80 port to 8080 port inside container and also set the `SERVER_NAME` environment variable.
|
||||||
|
|
||||||
|
`EMAIL_LETS_ENCRYPT`
|
||||||
|
Values : *contact@yourdomain.com*
|
||||||
|
Default value : *contact@yourdomain.com*
|
||||||
|
Context : *global*, *multisite*
|
||||||
|
Define the contact email address declare in the certificate.
|
||||||
|
|
||||||
### HTTP
|
### HTTP
|
||||||
|
|
||||||
`LISTEN_HTTP`
|
`LISTEN_HTTP`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue