Page MenuHomeDevCentral

Consolidate nginx configuration into webserver-core role
ClosedPublic

Authored by dereckson on Apr 11 2023, 18:46.
Tags
None
Referenced Files
F6578827: D2999.diff
Fri, Apr 4, 01:11
F6578524: D2999.id7722.diff
Fri, Apr 4, 00:47
F6578106: D2999.id7658.diff
Fri, Apr 4, 00:39
F6578099: D2999.id7670.diff
Fri, Apr 4, 00:39
F6578095: D2999.id7721.diff
Fri, Apr 4, 00:39
F6578074: D2999.id7665.diff
Fri, Apr 4, 00:38
F6578068: D2999.id7657.diff
Fri, Apr 4, 00:38
F6578061: D2999.id7659.diff
Fri, Apr 4, 00:38
Subscribers
None

Details

Summary

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

Test Plan

Deploy on Eglide, Dwellers, Ysul then web-001

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
nginx-sync-config
Build Status
Buildable 4747
Build 5028: arc lint + arc unit

Event Timeline

dereckson created this revision.

Don't commit ocsp-ca-certs.pem, fix spaces

Fixes after testing on Dwellers / docker-002 / Ysul

Keep it simple: just run as www on FreeBSD, this web group is only defined in webserver_legacy and not in use in wwwroot (/var/wwwrot or /var/51-wwwroot) currently.

Let specific role create vhost folder

This revision is now accepted and ready to land.Apr 15 2023, 19:50