mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 22:50:32 +00:00
Merge pull request #217 from xiahaoshawn/master
update https rewite url
This commit is contained in:
commit
6d6a353c1f
|
@ -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