mirror of
https://github.com/bitwarden/server.git
synced 2024-12-24 17:17:40 +01:00
ssl mapped to 8443
This commit is contained in:
parent
05d00517ee
commit
07fb676ded
@ -204,7 +204,7 @@ services:
|
||||
if(HttpsPort != default(int))
|
||||
{
|
||||
sw.Write($@"
|
||||
- '{HttpsPort}:8081'");
|
||||
- '{HttpsPort}:8443'");
|
||||
}
|
||||
|
||||
sw.Write($@"
|
||||
|
@ -92,8 +92,8 @@ server {{
|
||||
}}
|
||||
|
||||
server {{
|
||||
listen 8081 ssl http2;
|
||||
listen [::]:8081 ssl http2;
|
||||
listen 8443 ssl http2;
|
||||
listen [::]:8443 ssl http2;
|
||||
server_name {Domain};
|
||||
|
||||
ssl_certificate {sslPath}/{certFile};
|
||||
|
Loading…
Reference in New Issue
Block a user