2
Q:

digitalocean redirect http to https nginx

server {

    listen 80 default_server;


    server_name _;


    return 301 https://$host$request_uri;

}
0

Tags

New to Communities?

Join the community