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

6 lines
91 B
Plaintext

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