@PitaJ said in in 1.5.0 entering www. gives error "Looks like your connection to [sitename] was lost, please wait while we try to reconnect.":
@MJ yeah that has to done in nginx
server { server_name 1.keen.wtf; return 301 $scheme://example.com$request_uri; }
You could also do it at the DNS level.