mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
7 lines
174 B
Bash
Executable File
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;"
|