SQSCANGHA-112 Fix redirect test to deal with TLS

This commit is contained in:
Jeremy Davis
2025-09-10 13:24:57 +02:00
committed by Julien HENRY
parent cbabf0572a
commit ee80e84272
4 changed files with 27 additions and 6 deletions

View File

@@ -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';