server { listen "127.0.0.1:9002" { ssl { cert { cert "./fixtures/simple_ssl/cert.pem" key "./fixtures/simple_ssl/key.pem" } } } host { name "localhost" path "/" { location "./fixtures/simple_ssl/files/" } } }