Announcement

Collapse
No announcement yet.

nodejs app htaccess

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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)

  • #2
    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.

    Comment


    • #3
      > 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!

      Comment


      • #4
        Hello Emrys,
        Happy to hear it and thanks for following up!

        Comment


        • #5
          It helping me too . Thank you for this great work Kateryna

          Comment


          • #6
            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.

            Comment

            Working...
            X