examples - use example.com instead of website.com
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# you need to run it before starting bunkerized-nginx to get the first certificate
|
||||
|
||||
# edit according to your values
|
||||
DOMAINS="website.com,*.website.com"
|
||||
EMAIL="contact@website.com"
|
||||
DOMAINS="example.com,*.example.com"
|
||||
EMAIL="contact@example.com"
|
||||
SERVICE="mywww"
|
||||
|
||||
# ask for the certificate
|
||||
|
||||
@@ -16,10 +16,10 @@ services:
|
||||
- ./web-files:/www:ro
|
||||
- ./letsencrypt:/letsencrypt:ro
|
||||
environment:
|
||||
- SERVER_NAME=www.website.com # replace with your domain(s)
|
||||
- SERVER_NAME=www.example.com # replace with your domain(s)
|
||||
- USE_CUSTOM_HTTPS=yes
|
||||
- CUSTOM_HTTPS_CERT=/letsencrypt/live/website.com/fullchain.pem # replace with your path
|
||||
- CUSTOM_HTTPS_KEY=/letsencrypt/live/website.com/privkey.pem # replace with your path
|
||||
- CUSTOM_HTTPS_CERT=/letsencrypt/live/example.com/fullchain.pem # replace with your path
|
||||
- CUSTOM_HTTPS_KEY=/letsencrypt/live/example.com/privkey.pem # replace with your path
|
||||
- REDIRECT_HTTP_TO_HTTPS=yes
|
||||
- PROXY_REAL_IP=yes
|
||||
# networks from https://www.cloudflare.com/ips-v4/
|
||||
|
||||
Reference in New Issue
Block a user