mirror of
https://github.com/wahyd4/harbor.git
synced 2026-08-13 14:56:14 +10:00
update https rewite url
This commit is contained in:
@@ -89,6 +89,6 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name harbordomain.com;
|
||||
rewrite ^/(.*) https://$server_name$1 permanent;
|
||||
rewrite ^/(.*) https://$server_name/$1 permanent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user