# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
# PassengerAppRoot "/home/esglamsa/staging-api.lamsapro.app"
# PassengerBaseURI "/"
# PassengerNodejs "/home/esglamsa/nodevenv/staging-api.lamsapro.app/20/bin/node"
# PassengerAppType node
# PassengerStartupFile dist/index.js
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END
# PassengerAppRoot "/home/esglamsa/staging-api.lamsapro.app"
# PassengerBaseURI "/"
# PassengerNodejs  "/home/esglamsa/nodevenv/staging-api.lamsapro.app/20/bin/node"
# PassengerAppType node
# PassengerStartupFile dist/index.js

Options +FollowSymLinks -Indexes

IndexIgnore *
DirectoryIndex
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)$ http://localhost:5550/$1 [P]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
