configurations/Nginx/Server Blocks/http-redirect.conf

8 lines
63 B
Plaintext

server {
listen 80;
return 301 https://$host$request_uri;
}