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;