Update to 2020-05-15 11:00

master
Daniel Berteaud 4 years ago
parent 001632a0a0
commit 9f9f8db00d
  1. 2
      roles/bitwarden_rs/defaults/main.yml
  2. 2
      roles/bitwarden_rs/templates/nginx.conf.j2

@ -34,7 +34,7 @@ bitwarden_public_url: http://{{ inventory_hostname }}:{{ bitwarden_http_port }}
# Should registration be enabled
bitwarden_registration: False
# List of domain names for which registration will be accepted
# Thos domains will be accepted for registration even if bitwarden_registration is set to False
# Those domains will be accepted for registration even if bitwarden_registration is set to False
bitwarden_domains_whitelist:
- "{{ ansible_domain }}"

@ -15,8 +15,6 @@ server {
ssl_certificate_key /var/lib/dehydrated/certificates/certs/{{ bitwarden_letsencrypt_cert }}/privkey.pem;
{% endif %}
server_name {{ bitwarden_public_url | urlsplit('hostname') }};
root {{ bitwarden_root_dir }}/web-vault;
client_max_body_size 512M;

Loading…
Cancel
Save