1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01: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)
{
sw.WriteLine($@" return 301 ${Url}$request_uri;
sw.WriteLine($@" return 301 {Url}$request_uri;
}}
server {{