summaryrefslogtreecommitdiff
path: root/tw/services/nextcloud.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-06-03 19:45:27 +0200
committerTimo Wilken2023-06-03 19:54:29 +0200
commit60e0505f107791d5cf89e1503bbf3b582d5b3941 (patch)
treecba5b23d70527436a865657f18d815eed32dea4b /tw/services/nextcloud.scm
parentad4501e0f3c03cd7aba2192cc06f1c41e9197b22 (diff)
Set SSL_CERT_* variables for php-fpm
This should let Nextcloud News fetch feeds when they're added by the user, not just during cron jobs.
Diffstat (limited to 'tw/services/nextcloud.scm')
-rw-r--r--tw/services/nextcloud.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/services/nextcloud.scm b/tw/services/nextcloud.scm
index 472e0aed..7545474d 100644
--- a/tw/services/nextcloud.scm
+++ b/tw/services/nextcloud.scm
@@ -87,7 +87,7 @@ Header always set Strict-Transport-Security \"max-age=15552000\"
</IfModule>
"))))
- (service php-fpm-service-type
+ (service (@ (tw services php-fpm) php-fpm-service-type)
(php-fpm-configuration
(user "httpd")
(group "httpd")