bunkerweb/examples/swarm-configs/app2-server-http.conf
2023-09-29 18:11:48 +01:00

6 lines
92 B
Text

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