AtlasOfLivingAustralia / doi-service

ALA DOI minting service - integrates with ANDS to produce the DOI, provides a landing page, and stores the associated file
https://doi.ala.org.au/
0 stars 4 forks source link

Ansible scripts #4

Closed m-r-c closed 8 years ago

m-r-c commented 8 years ago

Nginx, tomcat, mongo, postfix.

Test (nci) & prod (aws) inventories.

djtfmartin commented 8 years ago

Just curious - why nginx instead of apache ?

matthewandrews commented 8 years ago

That was at my instigation - I'm shamelessly pushing the adoption of nginx in new apps where possible (we already use it for WordPress, Phylolink, the internal wiki, and a couple of others), as it's generally better performing (far more memory efficient) and simpler to configure. It's been the number one webserver among the top 1000 websites in the world for the last couple of years (including e.g. Netflix, WordPress.com, etc).

But of course happy to switch this back to Apache, discuss the broader approach, etc.

djtfmartin commented 8 years ago

Thanks @matthewandrews. Happy to go for the broader approach of moving to nginx and treating our use of apache as a legacy thing if you think this is the way to go.