← back to Kamatera Nginx

sites-available/grassclothwallcoverings-redirect

8 lines

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;
}