mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-18 21:01:27 +01:00
update https rewite url
This commit is contained in:
parent
9c4d985396
commit
b673c98f31
@ -89,6 +89,6 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name harbordomain.com;
|
||||
rewrite ^/(.*) https://$server_name$1 permanent;
|
||||
rewrite ^/(.*) https://$server_name/$1 permanent;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user