1) Until I added execution rights to the .sh file it didn't work.
2) Also, in nginx logs you can see the warn.
2024/02/21 16:58:37 [warn] 613220#613220: protocol options redefined for 212.22.77.190:443 in /home/admin/conf/web/site.com.nginx.ssl.conf:8
2024/02/21 16:58:37 [warn] 613220#613220: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /home/admin/conf/web/site.com.nginx.ssl.conf:12
this is not error, but to fix this, change stpl file:
// before
listen %ip%:%proxy_ssl_port%;
// after
listen %ip%:%proxy_ssl_port% ssl http2;
// then, remove line:
ssl on;
3) To restart node app without change template to default, run command:
I'm use myvestacp.
1) Until I added execution rights to the .sh file it didn't work.
2) Also, in nginx logs you can see the warn.
this is not error, but to fix this, change stpl file:
3) To restart node app without change template to default, run command:
(change your user name and host) parameters explain
you can see application launch logs.
4) nvm is optional. if it not installed - its skipped.