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; }