SQSCANGHA-112 Fix redirect test to deal with TLS
This commit is contained in:
committed by
Julien HENRY
parent
cbabf0572a
commit
ee80e84272
4
.github/qa-nginx-redirecting/nginx.conf
vendored
4
.github/qa-nginx-redirecting/nginx.conf
vendored
@@ -18,7 +18,9 @@ http {
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
listen 8080 ssl;
|
||||
ssl_certificate /etc/nginx/nginx.crt;
|
||||
ssl_certificate_key /etc/nginx/nginx.key;
|
||||
|
||||
location /health {
|
||||
add_header 'Content-Type' 'text/plain';
|
||||
|
||||
Reference in New Issue
Block a user