eugeneware / docker-wordpress-nginx

A Dockerfile that installs the latest wordpress, nginx and php-fpm.
MIT License
874 stars 380 forks source link

Is it ok that "client_max_body_size" configuration missing semicolon in Dockerfile? #43

Open micooz opened 9 years ago

micooz commented 9 years ago
RUN sed -i -e"s/keepalive_timeout 2/keepalive_timeout 2;\n\tclient_max_body_size 100m/" /etc/nginx/nginx.conf

It seems that you missing a semicolon after "100m".