Files
Phraseanet/docker/nginx/boot.sh

7 lines
143 B
Bash
Executable File

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