You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's not working out of the box here. I have been consistently using this cookbook for months, and after issuing a vagrant up, I have been able to hit https://localhost:8443/nexus/index.html without issue.
Of course, if there is an issue, it is definitely worth fixing. As for 8443, when this cookbook was originally written, I might have had some trouble with getting nginx on 443 (despite root). 8443 is probably worth revisiting, but hasn't been a high priority for us.
The redirect came from within the community, and could be incorrect. Also worth fixing IMO.
this nexus cookbook will not work out of the box due to the following settings
context_path will not work because it does not correspond with
this should be
and the its still a mystery to me why the ssl port is set to 8443
if the http to https redirect will even work
this line https://github.com/RiotGames/nexus-cookbook/blob/master/templates/default/nexus_proxy.nginx.conf.erb#L7
needs to be changed to
The text was updated successfully, but these errors were encountered: