• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Recent content by prashant.nirgun

  1. prashant.nirgun

    Question Multiple sites on HTTPS with one IP

    Problem here is your domain or sub domain run on port 80. And if you run node app on let say 5000 port you need to configure nginx.(bind 80 to 5000) It's better you create sub domain for each node app. But the still catch is you can't run it manually from terminal as there is already port 80...
  2. prashant.nirgun

    Issue PM2 gives error port is already in use

    I am running node application on port 80 and a sub domain which is running on port 80. If I run using node.js run application it works but the stdout was not able to trade it was not captured in error_log my application generate verbose output I need to read that I install pm2 and disabled...
  3. prashant.nirgun

    Question Node.js with daemon process manager

    Yes in first attempt smoothly
  4. prashant.nirgun

    Question Node.js with daemon process manager

    Yes it works smooth with us Ubuntu 16.04.6 LTS‬, Plesk Obsidian 18.0.27
  5. prashant.nirgun

    Issue Express App + NodeJs Extension + SSL Problem

    it is showing following files which of the files are required documentation shows it required .cert and .pem cert.pem chain.pem fullchain.pem privkey.pem
  6. prashant.nirgun

    Issue Express App + NodeJs Extension + SSL Problem

    facing similar issue it shows files belongs to psaadm. Is it safe if I copy the files to node application root folder ?
Back
Top