eugeneware / eugeneware/docker-wordpress-nginx
Is it ok that "client_max_body_size" configuration missing semicolon in Dockerfile?
Open
- Dominant language
- Shell
- Stars
- 865
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
```
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".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.