Skip to content

Commit

Permalink
Bypass redirect calling https directly
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitounator committed May 30, 2018
1 parent c72c29b commit 17b02f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nexus_version: '3.12.0-01'
nexus_package: "nexus-{{ nexus_version }}-unix.tar.gz"
nexus_download_dir: '/tmp'
nexus_download_url: 'http://download.sonatype.com/nexus/3'
nexus_download_url: 'https://download.sonatype.com/nexus/3'
nexus_os_group: 'nexus'
nexus_os_user: 'nexus'
nexus_os_max_filedescriptors: 65536 # nexus > 3.5.x issues a warning on lower value. Next versions might not boot at all
Expand Down

0 comments on commit 17b02f2

Please sign in to comment.