LetsEncrypt fixes
- Changed virtual host weight for the letsencrypt docker so that it is higher than any other weight - Copy the renewal script to the server (previously it was available to the host at /data/git/blender-cloud/…, but no longer.
This commit is contained in:
@@ -164,7 +164,7 @@ services:
|
||||
WEBROOT: /data/letsencrypt
|
||||
LISTEN: '[::]:80'
|
||||
VIRTUAL_HOST: http://cloud.blender.org/.well-known/*, http://stats.cloud.blender.org/.well-known/*
|
||||
VIRTUAL_HOST_WEIGHT: 20
|
||||
VIRTUAL_HOST_WEIGHT: 30
|
||||
volumes:
|
||||
- /data/letsencrypt:/data/letsencrypt
|
||||
|
||||
|
Reference in New Issue
Block a user