Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

New Nginx template not run node.js app

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
3 posts • Page 1 of 1
romienas
Posts: 1
Joined: Thu Jun 17, 2021 2:02 pm

Os: CentOS 6x
Web: apache + nginx
New Nginx template not run node.js app
  • Quote

Post by romienas » Thu Jun 17, 2021 6:54 pm

Hi,
I'm new with Vesta, and I'm trying to run node.js application. But the main problem that there is no any tutorials how to run node.js applications on Vesta cp.
I find out that I have to create a Nginx template, so I created template and added to domain, but nothing happen and I still can't see my application...
Where is my mistakes?
My templates files content:

.tpl file

Code: Select all

server {
    #listen      %ip%:%proxy_port%;
    listen       194.5.157.109:8086;
    #server_name %domain_idn% %alias_idn%;
    server_name web.com;
    location / {
        proxy_pass http://194.5.157.109:8086;
        rewrite ^(.*) https://%domain_idn%$1 permanent;
    }
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
}
.stpl file

Code: Select all

server {
    listen      %ip%:%proxy_ssl_port%;
    server_name %domain_idn% %alias_idn%;
    ssl         on;
    ssl_certificate      %ssl_pem%;
    ssl_certificate_key  %ssl_key%;
    error_log  /var/log/%web_system%/domains/%domain%.error.log error;

    location / {
        proxy_pass      https://%ip%:%web_ssl_port%;
        location ~* ^.+\.(%proxy_extentions%)$ {
            root           %sdocroot%;
            access_log     /var/log/%web_system%/domains/%domain%.log combined;
            access_log     /var/log/%web_system%/domains/%domain%.bytes bytes;
            expires        max;
            try_files      $uri @fallback;
        }
    }

    location /error/ {
        alias   %home%/%user%/web/%domain%/document_errors/;
    }

    location @fallback {
        proxy_pass      https://%ip%:%web_ssl_port%;
    }

    location ~ /\.ht    {return 404;}
    location ~ /\.svn/  {return 404;}
    location ~ /\.git/  {return 404;}
    location ~ /\.hg/   {return 404;}
    location ~ /\.bzr/  {return 404;}

    include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
    include %home%/%user%/conf/web/s%proxy_system%.%domain%.conf*;
}
Top

mikemajlak00
Posts: 1
Joined: Fri Sep 24, 2021 12:01 pm

Os: Debian 7x
Web: apache
Re: New Nginx template not run node.js app
  • Quote

Post by mikemajlak00 » Fri Sep 24, 2021 12:04 pm

I was trying to run a similar node.js app on my site but was getting same error. Has someone found any better solution?
Top

dpeca
VestaCP Team
Posts: 473
Joined: Wed Nov 25, 2015 7:30 pm

Re: New Nginx template not run node.js app
  • Quote

Post by dpeca » Wed Sep 29, 2021 8:38 am

https://forum.myvestacp.com/viewtopic.php?f=20&t=350
Top


Post Reply
  • Print view

3 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password