From 7461431ff5c5d3c2a20874e8ef9e1490584df546 Mon Sep 17 00:00:00 2001 From: Ed L Date: Sat, 15 Nov 2025 12:38:36 -0800 Subject: [PATCH] chore: more improvements --- conf/howto.conf | 9 +-------- person.hbs | 3 ++- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/conf/howto.conf b/conf/howto.conf index fd663ad..8fdaa17 100644 --- a/conf/howto.conf +++ b/conf/howto.conf @@ -9,19 +9,12 @@ events {} error_log logs/error.log debug; http { - server { - listen 8888; - - return 418 "proxy passed to backend\n"; - } - server { listen 8080; location / { + add_header "Content-Type" "text/html"; howto "GET"; - - proxy_pass http://localhost:8888; } } } diff --git a/person.hbs b/person.hbs index c931f11..a66eae4 100644 --- a/person.hbs +++ b/person.hbs @@ -1,3 +1,4 @@ +