[PLESK VERSION SHOULD READ 12.0.18]
I would like to add a return statement to nginx_ip_default.conf, as shown, to redirect http traffic to https:
server {
listen 12.34.56.78:80 default_server;
server_name domain.com;
server_name www.domain.com;
server_name ipv4.domain.com;
return 301...