From 61ae366a7b41677d5847bbe3b18b4c8edd18630f Mon Sep 17 00:00:00 2001 From: StefanAbl <48151667+StefanAbl@users.noreply.github.com> Date: Wed, 2 Oct 2019 22:42:37 +0200 Subject: [PATCH] added missing closing bracket --- example-configs/nginx-uwsgi/my.server.name.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/example-configs/nginx-uwsgi/my.server.name.conf b/example-configs/nginx-uwsgi/my.server.name.conf index b5b019d..53b4fb7 100644 --- a/example-configs/nginx-uwsgi/my.server.name.conf +++ b/example-configs/nginx-uwsgi/my.server.name.conf @@ -28,3 +28,4 @@ server { ssl_certificate /path/to/certificate-file ssl_certificate_key /path/to/certificate-key-file # other ssl directives as needed +}