mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-26 08:51:12 -06:00
Configure nginx [skip ci]
This commit is contained in:
parent
82fd0c4d37
commit
f87b531fe1
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;
|
Loading…
Reference in New Issue
Block a user