bunkerweb/examples/swarm-configs/app2-server-http.conf
Jordan Blasenhauer 86cb619b5f add bunkerweb 1.6
2024-07-01 11:21:54 +02:00

6 lines
92 B
Text

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