add nginx-php image

This commit is contained in:
Wonderfall
2017-04-25 21:49:24 +02:00
parent 850408fc90
commit 63a523a088
13 changed files with 478 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p /nginx/logs /nginx/run
chown -R $UID:$GID /nginx
sed -i 's/<UPLOAD_MAX_SIZE>/$UPLOAD_MAX_SIZE/g' /nginx/conf/nginx.conf