We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2771b2a commit b0874e8Copy full SHA for b0874e8
files/runit-nginx-run
@@ -2,7 +2,7 @@
2
3
if [ -n "$NGINX_RAILS__client_max_body_size" ]
4
then
5
- echo "client_max_body_size $NGINX_RAILS__client_max_body_size;" >> /etc/nginx/conf.d/nginx_rails_runtime.conf
+ echo "client_max_body_size $NGINX_RAILS__client_max_body_size;" > /etc/nginx/conf.d/nginx_rails_runtime.conf
6
fi
7
8
/usr/sbin/nginx -g 'daemon off;'
0 commit comments