Files
Phraseanet/docker/nginx/boot.sh
2019-05-31 19:15:26 +02:00

7 lines
174 B
Bash
Executable File

#!/bin/bash
cat /nginx.conf.sample
cat nginx.conf.sample | sed "s/\$MAX_BODY_SIZE/$MAX_BODY_SIZE/g" > /etc/nginx/nginx.conf
cat /etc/nginx/nginx.conf
nginx -g "daemon off;"