bunkerweb/examples/swarm-configs/all-server-http.conf
2022-06-03 17:24:14 +02:00

6 lines
93 B
Plaintext

location /hello {
default_type "text/plain";
content_by_lua_block {
ngx.say("hello")
}
}