Use jinja2 for building nginx config
This commit is contained in:
5
nginx/start.sh
Executable file
5
nginx/start.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
jinja2 /conf/nginx.conf > /etc/nginx/nginx.conf
|
||||
|
||||
exec nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user