|
@@ -33,7 +33,9 @@ http {
|
|
|
|
|
|
add_header Access-Control-Allow-Origin *;
|
|
|
add_header Access-Control-Allow-Headers X-Requested-With;
|
|
|
- add_header Access-Control-Allow-Methods GET,POST,OPTIONS;
|
|
|
+ add_header Access-Control-Allow-Methods GET,POST,OPTIONS;
|
|
|
+ client_max_body_size 8M;
|
|
|
+ client_body_buffer_size 128k;
|
|
|
|
|
|
server {
|
|
|
root /usr/share/nginx/html/;
|