From af9896c95f6c1559abc36655c6434778883c2dec Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 17 Jan 2022 04:33:09 +0100 Subject: [PATCH] Use modern syntax for SSL in nginx config My nginx told me that the old one is deprecated. --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1c40c3b..e1d11a6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ server { - ssl on; + listen … ssl; TODO: gzip? # TODO FOR ADMIN: Config listens and SSL and server_name and whatnot