Files
firefly-iii/nginx_app.conf
2017-04-27 02:45:26 +02:00

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;