server { listen 80 reuseport; location / { default_type text/plain; content_by_lua_block { ngx.say("Hello World") } } }