I'm using node to run my application and I can not configure htaccess to point to port that I set
RewriteEngine on
RewriteCond %{HTTP_HOST} ^dashponto.softmarketing.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^dashponto.softmarketing.com.br$
RewriteRule ^(.*)$ http://dashponto.softmarketing.com.br:1589/$1 [P]