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

6 lines
116 B
Text

location /hello {
default_type 'text/plain';
content_by_lua_block {
ngx.say('Hello World!')
}
}