taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e1e9f109155da3f87ce7e47e71df42421c4c57cd
parent 3c66e30bf487acbfa7fde742ef63b11343212e4b
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  4 Dec 2018 11:33:50 +0100

GuixSD config: use fixed fcgiwrap

Diffstat:
Mguix/config.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/config.scm b/guix/config.scm @@ -345,8 +345,8 @@ ;; FIXME: To be able to better test and replicate this, ;; we have to replicate what's done in nginx (copy into ;; store, use location in store). - (service fcgiwrap-service-type - (fcgiwrap-configuration + (service my-fcgiwrap-service-type + (my-fcgiwrap-configuration (socket "unix:/var/run/fcgiwrap.socket"))) ;(service cgit-service-type ; (opaque-cgit-configuration