You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the tutorial and get my testing with Test::Nginx started. Here is what I saw
use Test::Nginx::Socket 'no_plan';
run_tests();
__DATA__=== TEST 1: hello, worldThis is just a simple demonstration of theecho directive provided by ngx_http_echo_module.--- configlocation = /t { echo "hello, world!";}--- requestGET /t--- response_bodyhello, world!--- error_code: 200
I don't understand how I can use my own server/nginx.cnf to run the tests? This is already starting a server and doing the test. I already have an nginx.cnf that I like to include. How do I do that?
The text was updated successfully, but these errors were encountered:
I'm trying to use the tutorial and get my testing with Test::Nginx started. Here is what I saw
I don't understand how I can use my own server/nginx.cnf to run the tests? This is already starting a server and doing the test. I already have an
nginx.cnf
that I like to include. How do I do that?The text was updated successfully, but these errors were encountered: