mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
apply trailing slash to attachments location (#2639)
This commit is contained in:
@ -101,7 +101,7 @@ server {
|
||||
root /app/Web;
|
||||
}
|
||||
|
||||
location /attachments {
|
||||
location /attachments/ {
|
||||
alias /etc/bitwarden/attachments/;
|
||||
}
|
||||
{{#if (String.Equal env.BW_ENABLE_API "true")}}
|
||||
|
Reference in New Issue
Block a user