Skip to content

Commit

Permalink
Fix typo (#3755)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix: remove hardcoded https
  • Loading branch information
santhosh-tg authored Mar 7, 2023
1 parent 91126ef commit 54cf71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ return """&lt;b&gt;This parameter is not used&lt;/b&gt;"""</script>
'azure_cli',
'aws_cli',
'gcloud_cli',
'oci_cli'
'oci_cli',
'all']</script>
<sandbox>true</sandbox>
</secureScript>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm_charts/core/nginx-public-ingress/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ proxyconfig: |-
add_header Access-Control-Allow-Origin "*";
add_header Access-Control-Allow-Methods GET;
proxy_set_header X-Request-ID $sb_request_id;
proxy_pass https://$offline_bucket/$url_full;
proxy_pass $offline_bucket/$url_full;
}
# compression for svg certs download
location /api/certreg/v2/certs/download {
Expand Down

0 comments on commit 54cf71c

Please sign in to comment.