increase default upload limit from 1M to 15M

pull/2630/head
trwnh 2021-02-06 19:30:58 -06:00 zatwierdzone przez GitHub
rodzic e9dcc3c72a
commit 02ad300443
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ server {
index index.html index.htm index.php;
charset utf-8;
client_max_body_size 15M;
location / {
try_files $uri $uri/ /index.php?$query_string;