server { listen "127.0.0.1:9001" host { name "example.com" path "/first" { location "./fixtures/multiple_folder/first/" } path "/second" { location "./fixtures/multiple_folder/second/" header "Access-Control-Allow-Origin" "*" } } }