mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
apply trailing slash to attachments location (#2639)
This commit is contained in:
@@ -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")}}
|
||||||
|
|||||||
Reference in New Issue
Block a user