mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01: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