mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Configure nginx [skip ci]
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
|||||||
web: vendor/bin/heroku-php-nginx public/
|
web: vendor/bin/heroku-php-nginx public/ -C nginx_app.conf
|
||||||
|
7
nginx_app.conf
Normal file
7
nginx_app.conf
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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;
|
Reference in New Issue
Block a user