⚡️: improve configuration for nginx
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
|
||||
nginx_extra_mods: []
|
||||
nginx_other_headers: true
|
||||
|
@@ -54,7 +54,7 @@ http {
|
||||
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml;
|
||||
|
||||
include nginx.ssl.conf;
|
||||
{% if inventory_hostname != 'pt1.dmz.mateu.be' %}
|
||||
{% if nginx_other_headers %}
|
||||
include nginx.other_headers.conf;
|
||||
{% endif %}
|
||||
|
||||
|
@@ -182,7 +182,7 @@ WEB_VAULT_FOLDER=/usr/share/vaultwarden-web-vault/
|
||||
## For public server (URL with port number)
|
||||
# DOMAIN=https://vw.domain.tld:8443
|
||||
## For public server (URL with path)
|
||||
# DOMAIN=https://domain.tld/vw
|
||||
DOMAIN=https://{{ web_hostname[0].host }}
|
||||
|
||||
## Controls whether users are allowed to create Bitwarden Sends.
|
||||
## This setting applies globally to all users.
|
||||
|
Reference in New Issue
Block a user