mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 15:50:00 +01:00
[cherry-pick]add v6 port for nginx ad portal config (#19893)
add v6 port for nginx ad portal config Signed-off-by: yminer <yminer@vmware.com>
This commit is contained in:
parent
d378663379
commit
8bd8c6d10c
@ -51,6 +51,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 8443 ssl;
|
||||
listen [::]:8443 ssl;
|
||||
# server_name harbordomain.com;
|
||||
server_tokens off;
|
||||
# SSL
|
||||
|
@ -17,6 +17,7 @@ http {
|
||||
server {
|
||||
{% if internal_tls.enabled %}
|
||||
listen 8443 ssl;
|
||||
listen [::]:8443 ssl;
|
||||
# SSL
|
||||
ssl_certificate /etc/harbor/tls/portal.crt;
|
||||
ssl_certificate_key /etc/harbor/tls/portal.key;
|
||||
|
Loading…
Reference in New Issue
Block a user