From a48bb427beaebe02443a1ed68c8b925fd06639bb Mon Sep 17 00:00:00 2001 From: Bernard Zhao Date: Thu, 19 Nov 2020 21:20:43 -0800 Subject: [PATCH] Update nginx-lab9.conf While helping debug a9 this came up as a something that doesnt exist anymore, we should delete it, baring it has no more use anymore. --- a9/nginx-lab9.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/a9/nginx-lab9.conf b/a9/nginx-lab9.conf index ce905f2..b837480 100644 --- a/a9/nginx-lab9.conf +++ b/a9/nginx-lab9.conf @@ -15,7 +15,6 @@ server { # ssl_certificate ; # ssl_certificate_key ; - include snippets/ssl-params.conf; charset UTF-8; root /var/www/html;