mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added firefly-iii
This commit is contained in:
parent
645c62cb2f
commit
50369a4eb2
1 changed files with 3 additions and 5 deletions
|
|
@ -34,14 +34,12 @@ in
|
||||||
${host} = {
|
${host} = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
root * ${config.services.firefly-iii.package}/public
|
root * ${config.services.firefly-iii.package}/public
|
||||||
encode gzip
|
|
||||||
php_fastcgi unix/run/phpfpm/firefly-iii.sock {
|
|
||||||
try_files {path} /index.php?{query}
|
|
||||||
trusted_proxies private_ranges
|
|
||||||
}
|
|
||||||
file_server
|
file_server
|
||||||
|
encode gzip
|
||||||
|
php_fastcgi unix//run/phpfpm/firefly-iii.sock
|
||||||
tls ${service.ssl.cert} ${service.ssl.key}
|
tls ${service.ssl.cert} ${service.ssl.key}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue