From 2646d9200c6b089821aaa53eb0416ecc6d9ee6a1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 27 Jan 2023 10:32:26 -0500 Subject: [PATCH] apply trailing slash to attachments location (#2639) --- docker-unified/hbs/nginx-config.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-unified/hbs/nginx-config.hbs b/docker-unified/hbs/nginx-config.hbs index d405bf5ac..3698c89af 100644 --- a/docker-unified/hbs/nginx-config.hbs +++ b/docker-unified/hbs/nginx-config.hbs @@ -101,7 +101,7 @@ server { root /app/Web; } - location /attachments { + location /attachments/ { alias /etc/bitwarden/attachments/; } {{#if (String.Equal env.BW_ENABLE_API "true")}}