1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

apply trailing slash to attachments location (#2639)

This commit is contained in:
Kyle Spearrin 2023-01-27 10:32:26 -05:00 committed by GitHub
parent b412a01d2a
commit 2646d9200c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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