Hello,
Thanks
If something is not working correctly, feel free to submit a ticket at cloudlinux.zendesk.com, so we could take a closer look.
Announcement
Collapse
No announcement yet.
nodejs app htaccess
Collapse
X
-
> Hello,
>
> The .htaccess file should be created automatically when you create an application from your panel, using Node.JS Selector: [https://docs.cloudlinux.com/run 3node_js_selector.html
>
> If something is not working correctly, feel free to submit a ticket at cloudlinux.zendesk.com, so we could take a closer look.](https://docs.cloudlinux.com)
Thank you so much! Its very helpful!
Leave a comment:
-
Hello,
The .htaccess file should be created automatically when you create an application from your panel, using Node.JS Selector: https://docs.cloudlinux.com/node_js_selector.html
If something is not working correctly, feel free to submit a ticket at cloudlinux.zendesk.com, so we could take a closer look.
Leave a comment:
-
nodejs app htaccess
please confirm which nodejd/public folder do i have to create htaccess file and which one is correct from following
mynode js app
-- [http://domain.com/trip = trip is my node js app
-- where to create htaccess file
https://](http://domain.com/trip)[ht...om/trip/public/<.htaccess>?
+++++++++++++
RewriteEngine On
RewriteRule ^$ http://127.0.0.1:3000/ [P,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://127.0.0.1:3000/$1 [P,L]
++++++++++++++++++
RewriteEngine On
RewriteRule ^$ http://myprofile.work:30000 [P,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://myprofile.work:30000$1 [P,L]
++++++++++++++++++
PassengerBaseURI /trip
PassengerAppRoot /home/profile/passenger_node_trip
PassengerAppType node
PassengerStartupFile server.js](http://domain.com/trip/public)Tags: None
Leave a comment: