mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-21 16:38:36 -06: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;
|