mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -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 = ''
|
extraConfig = ''
|
||||||
root * ${config.services.firefly-iii.package}/public
|
root * ${config.services.firefly-iii.package}/public
|
||||||
encode gzip
|
encode gzip
|
||||||
|
php_fastcgi unix/run/phpfpm/firefly-iii.sock {
|
||||||
php_fastcgi unix//run/phpfpm/firefly-iii.sock {
|
|
||||||
try_files {path} /index.php?{query}
|
try_files {path} /index.php?{query}
|
||||||
trusted_proxies private_ranges
|
trusted_proxies private_ranges
|
||||||
}
|
}
|
||||||
|
|
||||||
file_server
|
file_server
|
||||||
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