Skip to content

Commit 6565c4f

Browse files
committed
fix: https download client pkg error (because redirect to http, chrome reject)
1 parent b509b79 commit 6565c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ server {
4747
}
4848

4949
location @redirect_oss {
50-
rewrite ^/download/(.*)$ http://static.jumpserver.org/download/$1 permanent;
50+
rewrite ^/download/(.*)$ https://static.jumpserver.org/download/$1 permanent;
5151
}
5252

5353
location / {

0 commit comments

Comments
 (0)