give nginx config default max upload size

pull/4844/head
Christian Winther 2024-02-22 14:56:08 +00:00
rodzic 193d536ca1
commit af47d91e7d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ server {
index index.html index.htm index.php;
charset utf-8;
client_max_body_size {{ getenv "POST_MAX_SIZE" }};
client_max_body_size {{ getenv "POST_MAX_SIZE" "61M" }};
location / {
try_files $uri $uri/ /index.php?$query_string;