firefly-iii/nginx_app.conf

7 lines
179 B
Plaintext
Raw Normal View History

2017-04-26 19:45:26 -05:00
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;