Browse Source

apply trailing slash to attachments location (#2639)

pull/2646/head
Kyle Spearrin 3 years ago committed by GitHub
parent
commit
2646d9200c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker-unified/hbs/nginx-config.hbs

2
docker-unified/hbs/nginx-config.hbs

@ -101,7 +101,7 @@ server {
root /app/Web; root /app/Web;
} }
location /attachments { location /attachments/ {
alias /etc/bitwarden/attachments/; alias /etc/bitwarden/attachments/;
} }
{{#if (String.Equal env.BW_ENABLE_API "true")}} {{#if (String.Equal env.BW_ENABLE_API "true")}}

Loading…
Cancel
Save