update reverse-proxy app port

This commit is contained in:
gozzy 2023-03-19 21:18:15 +00:00
parent 1e8ddffdf1
commit ff05e30bd2

@ -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;
}