Fix the conf filename

This commit is contained in:
Jonathan Adami 2020-04-26 17:48:03 +10:00
parent dd1bb9b0e5
commit 5e0bd6efcb

View file

@ -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 = []