mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
only set https port if using ssl
This commit is contained in:
@@ -93,8 +93,11 @@ namespace Bit.Setup
|
||||
if(defaultPorts)
|
||||
{
|
||||
httpPort = 80;
|
||||
if(ssl)
|
||||
{
|
||||
httpsPort = 443;
|
||||
}
|
||||
}
|
||||
else if(ssl)
|
||||
{
|
||||
httpsPort = 443;
|
||||
|
||||
Reference in New Issue
Block a user