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