mirror of
https://github.com/hassio-addons/addon-firefly-iii.git
synced 2025-05-07 12:51:33 +00:00
8 lines
No EOL
281 B
Text
8 lines
No EOL
281 B
Text
location ~ .php$ {
|
|
fastcgi_pass 127.0.0.1:9002;
|
|
fastcgi_read_timeout 900;
|
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
|
fastcgi_index index.php;
|
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
include /etc/nginx/includes/fastcgi_params.conf;
|
|
} |