updat econfig
This commit is contained in:
parent
6263fe3dd5
commit
264d539ada
@ -40,7 +40,7 @@ server {
|
|||||||
error_page 502 ./htdocs/error_pages/502.html;
|
error_page 502 ./htdocs/error_pages/502.html;
|
||||||
error_page 504 ./htdocs/error_pages/504.html;
|
error_page 504 ./htdocs/error_pages/504.html;
|
||||||
|
|
||||||
# client_max_body_size 1M;
|
client_max_body_size 10M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
autoindex off;
|
autoindex off;
|
||||||
@ -173,7 +173,7 @@ server {
|
|||||||
|
|
||||||
location /post_body {
|
location /post_body {
|
||||||
root ./htdocs/YoupiBanane/;
|
root ./htdocs/YoupiBanane/;
|
||||||
client_max_body_size 100m;
|
client_max_body_size 100;
|
||||||
allowed_methods POST;
|
allowed_methods POST;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user