Updated templates

pull/1/head
thiuda 2021-09-17 20:20:55 +02:00
parent e237cbb91f
commit f61266d4ee
2 changed files with 1 additions and 6 deletions

View File

@ -7,7 +7,7 @@ services:
bitwarden:
image: bitwardenrs/server:{{ bitwarden_version }}-alpine
restart: unless-stopped
container_name: bitwarden
containansier_name: bitwarden
hostname: bitwarden
ports:
- 127.0.0.1:{{ bitwarden_port_web }}:80

View File

@ -30,11 +30,6 @@ server {
resolver {{ dns_resolvers }} valid=300s;
ssl_trusted_certificate {{ certs_dir }}/{{ domain | get_tld }}/cert.pem;
##
# FloC
##
add_header Permissions-Policy: interest-cohort=();
location / {
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;