mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00: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