diff --git a/certbot-nginx/nginx.conf b/certbot-nginx/nginx.conf index 81daa48..bcd35d8 100644 --- a/certbot-nginx/nginx.conf +++ b/certbot-nginx/nginx.conf @@ -41,7 +41,7 @@ http { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; } - location ~* ^/(generate|manage|download|history|settings|resources/.*|legal)$ { + location ~* ^/(generate|azure_css_landing|manage|download|history|settings|resources/.*|legal)$ { if ($scheme = "http") { return 301 https://$server_name$request_uri; } diff --git a/nginx/nginx.conf b/nginx/nginx.conf index cb11dbb..ca79395 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -43,7 +43,7 @@ http { proxy_set_header X-Forwarded-Host $server_name; } - location ~* ^/(generate|manage|download|history|settings|resources/.*|legal)$ { + location ~* ^/(generate|azure_css_landing|manage|download|history|settings|resources/.*|legal)$ { proxy_pass http://frontend:8082; proxy_redirect off; proxy_set_header Host $host;