Skip to main content

All Questions

Tagged with
2 votes
2 answers
4k views

Helm chart nginx-ingress controller TCP redirect http to https

My environment is hosted in AWS. I had deployed the helm chart stable/nginx-ingress in TCP mode (I need an AWS ELB in TCP mode for WebSocket. I need exactly ELB classic!), also I need to use AWS ACM ...
Aleksandr Marchenko's user avatar
0 votes
1 answer
471 views

Why would an Nginx HTTP to HTTPS redirect not work for the www subdomain

I configured NGINX to redirect all HTTP traffic to HTTPS like this: server { listen 80 default_server; listen [::]:80 default_server; server_name domain.com www.domain.com; return 301 ...
irfanka's user avatar
3 votes
1 answer
4k views

Nginx: How to avoid server_name duplicate warning

I serve a site from nginx that is available both with internal host names as well as external ones. I want to force external access to use https, but keep http for internal access (because I can't get ...
Chaos_99's user avatar
  • 928
1 vote
1 answer
3k views

Nginx Redirect allsubdomains to a non-subdomain url

I am currently issueing the following problem and by hell, i can't solve it. The > 20 similar threads i found with google are no help. First of all, i created a simple HTTP to HTTPS redirect, which ...
onek24's user avatar
  • 11
0 votes
1 answer
3k views

Gitlab Nginx - Setting redirect http to https makes requests timeout

So, i just installed gitlab on my server. I'm running the bundled nginx on port 256, and i've set up https using let's ecnrypt. There's still a small problem, you can access it through a normal http ...
Jojo595's user avatar
  • 13