mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08: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