mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
ssl mapped to 8443
This commit is contained in:
@ -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};
|
||||
|
Reference in New Issue
Block a user