Several roles configures nginx:
- paas-docker
- shellserver (Eglide)
- webserver-legacy
Currently, each of them defines its own nginx configuration.
This change allows to configure nginx in two layers:
- a common one in webserver-core role
- specific vhosts and includes in the specific role
Ref T1828