Enable uploading of images
Set client_max_body_size to 10M so that we can upload images
This commit is contained in:
parent
03e8536db7
commit
1f114dfd34
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ http {
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
gzip on;
|
gzip on;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
client_max_body_size 10M;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue