added socket variable to nginx for the development and staging templates

This commit is contained in:
Ronny Abraham 2018-09-17 23:47:52 +03:00
parent 18871417e1
commit 9c31d26156
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ media:
nginx: nginx:
paths: {available: null, enabled: servers, root: /usr/local/etc/nginx} paths: {available: null, enabled: servers, root: /usr/local/etc/nginx}
port: NGINX_PORT port: NGINX_PORT
socket: False
overrides: [null] overrides: [null]
project: project:
branch: development branch: development

View file

@ -24,6 +24,7 @@ media:
nginx: nginx:
paths: {available: sites-available, enabled: sites-enabled, root: /etc/nginx} paths: {available: sites-available, enabled: sites-enabled, root: /etc/nginx}
port: NGINX_PORT port: NGINX_PORT
socket: True
overrides: [null] overrides: [null]
project: project:
branch: BRANCH_NAME branch: BRANCH_NAME