[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ansible-taler-exchange] branch master updated: ensure nginx has access
From: |
Admin |
Subject: |
[ansible-taler-exchange] branch master updated: ensure nginx has access to challenger sockets |
Date: |
Mon, 17 Feb 2025 09:16:03 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new 52b40c9 ensure nginx has access to challenger sockets
52b40c9 is described below
commit 52b40c950d1c30790ba50d07c6d85cd452f7e088
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 17 09:16:00 2025 +0100
ensure nginx has access to challenger sockets
---
roles/challenger/templates/etc/challenger/challenger-email.conf.j2 | 2 +-
roles/challenger/templates/etc/challenger/challenger-postal.conf.j2 | 2 +-
roles/challenger/templates/etc/challenger/challenger-sms.conf.j2 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/roles/challenger/templates/etc/challenger/challenger-email.conf.j2
b/roles/challenger/templates/etc/challenger/challenger-email.conf.j2
index 94d4c17..15b2978 100644
--- a/roles/challenger/templates/etc/challenger/challenger-email.conf.j2
+++ b/roles/challenger/templates/etc/challenger/challenger-email.conf.j2
@@ -8,7 +8,7 @@ SERVE = UNIX
UNIXPATH = /var/run/challenger-email/challenger-http.sock
# What should be the file access permissions (see chmod) for "UNIXPATH"?
-UNIXPATH_MODE = 660
+UNIXPATH_MODE = 666
# Which external command should be used to transmit challenges?
# Example commands are challenger-send-{sms,email,post}.sh
diff --git
a/roles/challenger/templates/etc/challenger/challenger-postal.conf.j2
b/roles/challenger/templates/etc/challenger/challenger-postal.conf.j2
index 5fdde37..d2d54cb 100644
--- a/roles/challenger/templates/etc/challenger/challenger-postal.conf.j2
+++ b/roles/challenger/templates/etc/challenger/challenger-postal.conf.j2
@@ -8,7 +8,7 @@ SERVE = UNIX
UNIXPATH = /var/run/challenger-postal/challenger-http.sock
# What should be the file access permissions (see chmod) for "UNIXPATH"?
-UNIXPATH_MODE = 660
+UNIXPATH_MODE = 666
# Which external command should be used to transmit challenges?
# Example commands are challenger-send-{sms,email,post}.sh
diff --git a/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2
b/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2
index 4d574a0..d76fcb7 100644
--- a/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2
+++ b/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2
@@ -8,7 +8,7 @@ SERVE = UNIX
UNIXPATH = /var/run/challenger-sms/challenger-http.sock
# What should be the file access permissions (see chmod) for "UNIXPATH"?
-UNIXPATH_MODE = 660
+UNIXPATH_MODE = 666
# Which external command should be used to transmit challenges?
# Example commands are challenger-send-{sms,email,post}.sh
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ansible-taler-exchange] branch master updated: ensure nginx has access to challenger sockets,
Admin <=