From 72d771ba289c216e57842def25affbea69faa3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sun, 29 Jan 2017 11:31:17 +0100 Subject: [PATCH] fixed typo --- contrib/nginx/zammad_ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nginx/zammad_ssl.conf b/contrib/nginx/zammad_ssl.conf index a9c4e756d..248790af3 100644 --- a/contrib/nginx/zammad_ssl.conf +++ b/contrib/nginx/zammad_ssl.conf @@ -8,7 +8,7 @@ # you can test your ssl configuration @ https://www.ssllabs.com/ssltest/analyze.html # -upstream zammad {7 +upstream zammad { server localhost:3000; }