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