RE: redirect from http (port 80) to https (port 443) not working.

2020-06-15 Thread Reinis Rozitis
> return 301 return 301 https://$server_name$request_uri; Obviously a typo just a single return 301. rr ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: redirect from http (port 80) to https (port 443) not working.

2020-06-15 Thread Reinis Rozitis
> I am running nginx version: nginx/1.16.1 on CentOS Linux release 7.8.2003 > (Core). When I hit https://marketplace.mydomain.com it works perfectly fine > whereas when I hit http://marketplace.mydomain.com > (port 80) does not get redirected to https://marketplace.mydomain.com (port > 443). I

CDN server

2020-06-15 Thread The Doctor
Question has anyone step up a CDN server in nginx using Apache mod_cdn clients? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! nk.ca started 1 June 1995 . https://www.empire.kr

redirect from http (port 80) to https (port 443) not working.

2020-06-15 Thread Kaushal Shriyan
Hi, I am running nginx version: nginx/1.16.1 on CentOS Linux release 7.8.2003 (Core). When I hit https://marketplace.mydomain.com it works perfectly fine whereas when I hit http://marketplace.mydomain.com (port 80) does not get redirected to https://marketplace.mydomain.com (port 443). I have the

connect() failed (110: Connection timed out) while connecting to upstream

2020-06-15 Thread divya.j...@philips.com
Hi, i have a nginx deployment as a reverse proxy. everything seems to be fine when I start my service. but after few days we start getting below error. onnect() failed (110: Connection timed out) while connecting to upstream we get this error after ~2 minutes of hitting the request and after 2 mi