Page MenuHomeDevCentral

Configure nginx for Eglide
ClosedPublic

Authored by dereckson on Jul 26 2016, 21:28.
Tags
None
Referenced Files
F2741924: D578.id1763.diff
Thu, Mar 28, 02:48
F2741504: D578.id1764.diff
Thu, Mar 28, 00:51
Unknown Object (File)
Wed, Mar 27, 08:24
Unknown Object (File)
Wed, Mar 27, 07:58
Unknown Object (File)
Wed, Mar 27, 07:55
Unknown Object (File)
Wed, Mar 27, 02:15
Unknown Object (File)
Sat, Mar 23, 00:05
Unknown Object (File)
Fri, Mar 22, 22:52
Subscribers
None

Details

Summary
  • Main server configuration
  • Unknown server configuration
  • User directories, ref. T819
Test Plan

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
arcpatch-D578
Build Status
Buildable 1063
Build 1278: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to [WIP] nginx configuration for Eglide.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
  • Deploy config and wwwroot-unknown/unknown.html through Salt
  • Drop wwwroot-main per e1dcb5139868

Updated nginx configuration

dereckson retitled this revision from [WIP] nginx configuration for Eglide to Configure nginx for Eglide.Nov 8 2016, 01:24
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson updated this object.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)

Deploy configuration through Salt

Run nginx -t reload when nginx config is updated.

dereckson added inline comments.
roles/shellserver/web-hosting/files/eglide/nginx/vhosts/001-eglide.org.conf
17

Duplicate listen directive.

28

Add this.

roles/shellserver/web-hosting/init.sls
14

file.recurse

37

.../wwwroot-unknown

dereckson marked 4 inline comments as done.
  • files.recurse → file.recurse
  • Create log directories
  • Let's encrypt snippet was missing

Fix public_html (thanks to RonG and p}{oton for their support during regexp debug)

We've a mystery to solve, with previous regexp nginx tried to open /home/dereckson/public_htm without final l.

This revision is now accepted and ready to land.Nov 8 2016, 02:52
This revision was automatically updated to reflect the committed changes.