# NGINX Just Return a Message ``` location / { default_type text/html; return 200 "response body here"; } ```