RewriteEngine On
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
PassengerAppRoot "/home/oequal5/public_html/saas.thatsend.app/cloudcam/masterapi"
PassengerBaseURI "/"
PassengerNodejs "/home/oequal5/nodevenv/public_html/saas.thatsend.app/cloudcam/masterapi/16/bin/node"
PassengerAppType node
PassengerStartupFile public_html/saas.thatsend.app/cloudcam/masterapi/dist/index.js
PassengerAppLogFile "/home/oequal5/masterapi"
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END
RewriteRule ^$ http://127.0.0.1:3001/ [P,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://127.0.0.1:3001/$1 [P,L]  