mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added firefly-iii
This commit is contained in:
parent
b531bfc3d5
commit
2611ebfa61
1 changed files with 2 additions and 5 deletions
|
|
@ -39,12 +39,9 @@ in
|
|||
${host} = {
|
||||
extraConfig = ''
|
||||
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
|
||||
encode gzip
|
||||
php_fastcgi unix//run/phpfpm/firefly-iii.sock
|
||||
tls ${service.ssl.cert} ${service.ssl.key}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue