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
02b357f8e9
commit
a883207bab
1 changed files with 3 additions and 7 deletions
|
|
@ -23,13 +23,9 @@ in
|
|||
virtualHosts = {
|
||||
${host} = {
|
||||
extraConfig = ''
|
||||
root * ${
|
||||
config.services.phpfpm.pools.firefly-iii.settings.php_admin_value."opcache.file_cache"
|
||||
}/../public
|
||||
php_fastcgi unix//run/phpfpm/firefly-iii.sock
|
||||
file_server
|
||||
encode gzip
|
||||
|
||||
reverse_proxy unix//run/phpfpm/firefly-iii.sock {
|
||||
transport fastcgi
|
||||
}
|
||||
tls ${service.ssl.cert} ${service.ssl.key}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue