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:
parent
b412a01d2a
commit
2646d9200c
@ -101,7 +101,7 @@ server {
|
||||
root /app/Web;
|
||||
}
|
||||
|
||||
location /attachments {
|
||||
location /attachments/ {
|
||||
alias /etc/bitwarden/attachments/;
|
||||
}
|
||||
{{#if (String.Equal env.BW_ENABLE_API "true")}}
|
||||
|
Loading…
Reference in New Issue
Block a user