feature: nginx-wsgi-django-mysql
This commit is contained in:
3
nginx-wsgi-django-mysql/nginx/start.sh
Normal file
3
nginx-wsgi-django-mysql/nginx/start.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
envsubst '$SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf \
|
||||
&& nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user