mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01: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 {
|
||||
include mime.types;
|
||||
client_body_temp_path /tmp 1 2;
|
||||
client_max_body_size 10m;
|
||||
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stderr;
|
||||
|
Loading…
Reference in New Issue
Block a user