client max body size fix
This commit is contained in:
@@ -3,7 +3,7 @@ server {
|
||||
error_log /var/log/nginx/error.log notice;
|
||||
rewrite_log on;
|
||||
|
||||
|
||||
client_max_body_size 10M;
|
||||
location /assets {
|
||||
alias /app/assets;
|
||||
try_files $uri =404;
|
||||
|
||||
Reference in New Issue
Block a user