services: nginx: Fix multiple index and server name. * gnu/services/web.scm (config-domain-strings, config-index-string): separate names with a space. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 3 insertions(+), 3 deletions(-) M gnu/services/web.scm
M gnu/services/web.scm => gnu/services/web.scm +3 -3
@@ 74,8 74,8 @@ of domain names." (string-join (map (match-lambda ('default "_") ((? string? str) str)) ('default "_ ") ((? string? str) (string-append str " "))) names))) (define (config-index-strings names) @@ 83,7 83,7 @@ of domain names." of index files." (string-join (map (match-lambda ((? string? str) str)) ((? string? str) (string-append str " "))) names))) (define (default-nginx-server-config server)