sachin.tiwari50 Wrote:
-------------------------------------------------------
> listen 80;
> server_name http://localhost:3000;
> return 301 https://localhost:3000;
> https://locahost:80 but it is not working
There is no ssl listen directive so this ain't gonna work.
-------------------------------------------------------
> listen 80;
> server_name http://localhost:3000;
> return 301 https://localhost:3000;
> https://locahost:80 but it is not working
There is no ssl listen directive so this ain't gonna work.