From af03dab0a7997d7971fba925f0573a0264c3c560 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 10 Dec 2021 20:49:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c7f4ed66..c7b5b359 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -268,10 +268,7 @@ Accept prompts, accept to redirect to https, it will re-write the default config Here's what it produced: ------- server { - #listen 443 ssl default_server; - #listen [::]:443 ssl default_server; - - server_name green.helloayanova.com www.green.helloayanova.com; + server_name green.helloayanova.com www.green.helloayanova.com; location / { proxy_pass http://127.0.0.1:7575; proxy_http_version 1.1;