mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
no ssl check on reverse proxy port
This commit is contained in:
parent
7de9b18aa6
commit
c6f4996010
@ -128,7 +128,7 @@ namespace Bit.Setup
|
||||
{
|
||||
url = $"https://{domain}";
|
||||
}
|
||||
else if(ssl)
|
||||
else
|
||||
{
|
||||
Console.Write("(!) Proxy HTTPS port: ");
|
||||
if(int.TryParse(Console.ReadLine().ToLowerInvariant().Trim(), out var httpsReversePort)
|
||||
|
Loading…
x
Reference in New Issue
Block a user