server { charset utf-; client_max_body_size 128M; # Add index.php to the list if you are using PHP index index.html index.htm index.php; server_name *.tl.com; set $old_port ; set $new_port ; if ($host = tl.com) { rewrite ^ www.tl.com permanent; } loc…