feature: nginx-wsgi-django-mysql

This commit is contained in:
IML
2022-02-28 20:48:47 +09:00
parent 6531426a96
commit 9b0c979a1a
15 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
envsubst '$SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf \
&& nginx -g 'daemon off;'