aboutsummaryrefslogtreecommitdiff
path: root/tw/services/php-fpm.scm
AgeCommit message (Collapse)Author
2024-02-25Set environment variables in the outer envTimo Wilken
Curl doesn't recognise variables set only through php-fpm's configuration.
2024-02-25Set environment variables in php-fpm configurationTimo Wilken
...instead of relying on them to be passed through from the outer environment. PHP-FPM doesn't always do that, including when it's configured as in Guix.
2023-06-03Simplify SSL_CERT_DIR expressionTimo Wilken
No need to nest string-append and file-append.
2023-06-03Set SSL_CERT_* variables for php-fpmTimo Wilken
This should let Nextcloud News fetch feeds when they're added by the user, not just during cron jobs.