Skip to content
Snippets Groups Projects
Commit 314db19a authored by lcappelli's avatar lcappelli
Browse files

Rename cert 7.pem in 6.pem

parent 88e8b9e3
No related branches found
No related tags found
1 merge request!23Use nginx with njs instead of openresty with lua
File moved
File moved
File moved
......@@ -27,8 +27,8 @@ __DATA__
location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/7.cert.pem;
proxy_ssl_certificate_key ../../certs/7.key.pem;
proxy_ssl_certificate ../../certs/6.cert.pem;
proxy_ssl_certificate_key ../../certs/6.key.pem;
}
--- request
GET /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment