From ae045e0b71e6b905d328a00d848833b318add187 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 15 Aug 2019 12:39:31 +0200 Subject: [PATCH] server/https.conf --- in/personal/server/index.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/in/personal/server/index.rst b/in/personal/server/index.rst index dfa8e17..0e3094b 100644 --- a/in/personal/server/index.rst +++ b/in/personal/server/index.rst @@ -436,7 +436,6 @@ Sites :: server { - include https.conf; include rwx.work.conf; server_name .rwx.work; location / { @@ -445,7 +444,6 @@ Sites } server { - include https.conf; include rwx.work.conf; server_name deb.rwx.work; root /d/mirrors/apt-mirror/debian; @@ -453,14 +451,12 @@ Sites } server { - include https.conf; include rwx.work.conf; server_name docs.rwx.work; root /d/projects/docs/out/docs; } server { - include https.conf; include rwx.work.conf; server_name todo.rwx.work; root /d/projects/todo; @@ -473,6 +469,7 @@ Certificate :: + include https.conf; ssl_certificate rwx.work.crt; ssl_certificate_key rwx.work.key;