1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 17:23:28 +00:00

remove extra $

This commit is contained in:
Kyle Spearrin
2017-11-07 22:45:01 -05:00
parent c65e08af85
commit 4b5dc82eba

View File

@@ -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 {{