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 @@ +