Welcome! Log In Create A New Profile

Advanced

Re: 301 Redirect from www version to non www.

March 23, 2018 03:24PM
A couple things here guess. Is 80 even open in the firewall? Also could
cloudflare be picking up 80 and redirecting to https, also this won't solve
your problem, but having a server name prefixed with https is not valid, it
may pass a configtest, but not sure that it would every match.

On Fri, Mar 23, 2018 at 3:06 PM, lichandro <nginx-forum@forum.nginx.org>
wrote:

> Hello I have to redirect my whole traffic to the non www version of my
> website. I have the http2 SSL free form cloudflare. I did this in my .conf
> file and It doesn't work.
>
> server {
> listen 80;
> server_name www.kasacja-aut.pl kasacja-aut.pl
> https://www.kasacja-aut.pl;
> return 301 https://kasacja-aut.pl$request_uri;
> }
>
> Posted at Nginx Forum: https://forum.nginx.org/read.
> php?2,279183,279183#msg-279183
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

301 Redirect from www version to non www.

lichandro March 23, 2018 03:06PM

Re: 301 Redirect from www version to non www.

jeffdyke March 23, 2018 03:24PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 316
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready