sites-available/grassclothwallcoverings-redirect
server {
listen 80;
listen [::]:80;
server_name grassclothwallcoverings.com www.grassclothwallcoverings.com;
# Redirect all traffic to port 8082
return 301 http://$host:8082$request_uri;
}