openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development
http://search.cpan.org/dist/Test-Nginx
438 stars 105 forks source link

feature: added new section --- post_setup_server_root #168

Closed leslie-tsang closed 3 months ago

leslie-tsang commented 3 months ago

add new section post_setup_server_root to dynamic init server after setup_server_root

allow user to custom setup nginx runtime before launch up

leslie-tsang commented 3 months ago

@zhuizhuhaomeng Cloud you take a moment to review this PR :)

zhuizhuhaomeng commented 3 months ago

I don't know how to use --- post_init. You need to add doc about post_init. And you need to add an example also.