mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
location / {
|
|
try_files $uri $uri/ /index.php?$query_string;
|
|
autoindex on;
|
|
sendfile off;
|
|
}
|
|
client_max_body_size 300M;
|
|
index index.php index.html index.htm; |