mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Increase nginx max_body_size to 10Mo - Closes #239
This commit is contained in:
parent
a8eea1037a
commit
93527696ab
@ -2,6 +2,7 @@ events {}
|
|||||||
http {
|
http {
|
||||||
include mime.types;
|
include mime.types;
|
||||||
client_body_temp_path /tmp 1 2;
|
client_body_temp_path /tmp 1 2;
|
||||||
|
client_max_body_size 10m;
|
||||||
|
|
||||||
access_log /dev/stdout;
|
access_log /dev/stdout;
|
||||||
error_log /dev/stderr;
|
error_log /dev/stderr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user