mirror of
https://github.com/bitwarden/server.git
synced 2025-02-22 02:51:33 +01:00
remove extra $
This commit is contained in:
parent
c65e08af85
commit
4b5dc82eba
@ -104,7 +104,7 @@ server {{
|
||||
|
||||
if(Ssl)
|
||||
{
|
||||
sw.WriteLine($@" return 301 ${Url}$request_uri;
|
||||
sw.WriteLine($@" return 301 {Url}$request_uri;
|
||||
}}
|
||||
|
||||
server {{
|
||||
|
Loading…
Reference in New Issue
Block a user