https

https

2392
Views

How can I point http://www.domain.com ,http://domain.com ,https://domain.com to https://www.domain.com

QuestionsTony replied • 6 users followed • 6 replies • 2392 views • 2018-09-08 02:02 • data from similar tags

1310
Views

How to force http into https

Otherspeter posted the article • 0 comments • 1310 views • 2018-09-06 20:23 • data from similar tags

Edit your nginx.conf and add codes into the http modulerewrite ^(.*) https://$host$1 permanent;
and,you have to ensure that you installed the ssl files in advance. view all
Edit your nginx.conf and add codes into the http module
rewrite ^(.*) https://$host$1 permanent;

and,you have to ensure that you installed the ssl files in advance.
2392
Views

How can I point http://www.domain.com ,http://domain.com ,https://domain.com to https://www.domain.com

Reply

QuestionsTony replied • 6 users followed • 6 replies • 2392 views • 2018-09-08 02:02 • data from similar tags

1310
Views

How to force http into https

Otherspeter posted the article • 0 comments • 1310 views • 2018-09-06 20:23 • data from similar tags

Edit your nginx.conf and add codes into the http modulerewrite ^(.*) https://$host$1 permanent;
and,you have to ensure that you installed the ssl files in advance. view all
Edit your nginx.conf and add codes into the http module
rewrite ^(.*) https://$host$1 permanent;

and,you have to ensure that you installed the ssl files in advance.