mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-06-01 22:20:08 +00:00
4 lines
138 B
Bash
4 lines
138 B
Bash
|
|
#!/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
|