mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +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;
|