From ff05e30bd29cfa85ac3457ab07439357065d9ab6 Mon Sep 17 00:00:00 2001 From: gozzy Date: Sun, 19 Mar 2023 21:18:15 +0000 Subject: [PATCH] update reverse-proxy app port --- tornado.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado.conf b/tornado.conf index 184ad37..53a400f 100644 --- a/tornado.conf +++ b/tornado.conf @@ -60,7 +60,7 @@ server { # Do not HTTPS redirect Let'sEncrypt ACME challenge location ^~ /.well-known/acme-challenge/ { - proxy_pass http://127.0.0.1:8080; + proxy_pass http://127.0.0.1:8000; break; }