Initial commit

This commit is contained in:
Jamie Curnow
2017-12-21 09:02:37 +10:00
parent dc830df253
commit 6e7435c35d
140 changed files with 19554 additions and 0 deletions

View File

@ -0,0 +1 @@
/bin/true

View File

@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
mkdir -p /tmp/nginx /config/{nginx,logs,access} /var/lib/nginx/cache/{public,private}
chown root /tmp/nginx
exec nginx