Announcement

Collapse
No announcement yet.

nodejs app htaccess

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

  • john5697smi
    replied
    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.

    Leave a comment:


  • skhristich
    replied
    It helping me too . Thank you for this great work Kateryna

    Leave a comment:


  • skhristich
    replied
    Hello Emrys,
    Happy to hear it and thanks for following up!

    Leave a comment:


  • velvetcanyion
    replied
    > 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:


  • kobiidykhata
    replied
    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:


  • cloudlinux
    started a topic nodejs app htaccess

    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)
Working...
X