#356 Improve the Vagrant configuration
Merged by abompard. Opened by abompard.
abompard/fedora-hubs vagrant  into  develop

Download 356.patch

These changesets make the vagrant VM setup usable.

The ansible role has a dev mode and a prod mode, we should be able to reuse it to deploy the fedorainfracloud VM (and other VMs if needed) using the prod mode. I haven't tested it on hubs-dev itself but I think the changes I've made are a good start.

Did you mean to leave this commented out?

I'm not at all familiar with nginx, but it looks like this is turning on SSLv2 and SSLv3?

Works perfectly for me!

Right, the commented out lines should have been deleted, and most of those SSL options in Nginx are useless.

FYI, the reason I'm using Nginx instead of Apache is because my branch fix-feed introduces and SSE server. Since it maintains long-lasting connections to the server, an event-based server is necessary to conserve resources. So I'm preparing for that with the Nginx config here.

1 new commit added

  • Remove useless SSL params in Nginx

I'm happy with this so merge when ready

Pull-Request has been merged by abompard

Metadata