mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-05-05 03:39:17 +00:00
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
|
#!/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
|