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