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

6 lines
91 B
Plaintext

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