Fix the conf filename
This commit is contained in:
parent
dd1bb9b0e5
commit
5e0bd6efcb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import sys
|
|||
from crossplane import parse, build
|
||||
|
||||
SWARM_CONFIG_FILE = '/etc/nginx/node.conf.d/swarm.conf'
|
||||
NGINX_OUTPUT = '/etc/nginx/conf.d/default'
|
||||
NGINX_OUTPUT = '/etc/nginx/conf.d/default.conf'
|
||||
NGINX_RELOAD = 'nginx -s reload'
|
||||
|
||||
nginx_config = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue