Page MenuHomeDevCentral

Consolidate webserver roles
Open, NormalPublic

Description

Goals:

  • Remove from shellserver role the web-hosting, eglide-website and PHP7 units
  • Have a webserver-core role installing an usable nginx server with the server site deployed.
  • Use www user (uid can be managed by OS / distro) and web group (9003) everywhere

Event Timeline

dereckson removed dereckson as the assignee of this task.Mar 8 2018, 21:07

So currently, we've a webserver-core role to install nginx and a webserver-content to provide websites.

The next step is to merge shellserver/web-hosting nginx configuration logic in this webserver-core role.