mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
remove extra $
This commit is contained in:
@ -104,7 +104,7 @@ server {{
|
||||
|
||||
if(Ssl)
|
||||
{
|
||||
sw.WriteLine($@" return 301 ${Url}$request_uri;
|
||||
sw.WriteLine($@" return 301 {Url}$request_uri;
|
||||
}}
|
||||
|
||||
server {{
|
||||
|
Reference in New Issue
Block a user