copr-be-dev-aws: use full inventory_hostname for lighttpd config
This commit is contained in:
parent
bdb7509d40
commit
4b19dec6e3
1 changed files with 2 additions and 2 deletions
|
@ -460,8 +460,8 @@ $HTTP["url"] =~ "^/.well-known/" {
|
|||
# Enable HTTPS
|
||||
$SERVER["socket"] == ":443" {
|
||||
ssl.engine = "enable"
|
||||
ssl.ca-file = "/etc/letsencrypt/live/{{ ansible_hostname }}/chain.pem"
|
||||
ssl.pemfile = "/etc/letsencrypt/live/{{ ansible_hostname }}/combined.pem"
|
||||
ssl.ca-file = "/etc/letsencrypt/live/{{ inventory_hostname }}/chain.pem"
|
||||
ssl.pemfile = "/etc/letsencrypt/live/{{ inventory_hostname }}/combined.pem"
|
||||
ssl.honor-cipher-order = "enable"
|
||||
# The following is OPTIONAL
|
||||
ssl.cipher-list = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:ECDHE-RSA-AES128-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA128:DHE-RSA-AES128-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA128:ECDHE-RSA-AES128-SHA384:ECDHE-RSA-AES128-SHA128:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA128:DHE-RSA-AES128-SHA128:DHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA384:AES128-GCM-SHA128:AES128-SHA128:AES128-SHA128:AES128-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue