• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Search results

  1. Sebastian Thomas

    Question How to configure a fixed process pool for NodeJS with Passenger

    Maybe you are using nginx in "Proxy mode" (Checkbox in Apache&Nginx settings of your app's domain)? If you don't need Apache turn Proxy mode off and restart nginx.
  2. Sebastian Thomas

    Question How to get rid of IP-addresses from Docker networks

    I'm also having this issue unfortunately this doesn't help much: https://support.plesk.com/hc/en-us/articles/213933865-Nginx-on-Plesk-server-fails-to-start-99-Cannot-assign-requested-address
  3. Sebastian Thomas

    Issue Laravel Deployment Composer Error

    I fixed it for `<username>` with these commands: ``` # su - <username> $ /opt/plesk/php/8.0/bin/php /usr/lib64/plesk-9.0/composer.phar global config --no-plugins allow-plugins.plesk/composer-command-info true ```
  4. Sebastian Thomas

    Issue Trying to access Nodejs configuration for domain results in "There is no web hosting configured on domain."

    Since the latest Plesk Obsidian update of the nodejs extension to 2.1.0 we encounter an error when trying to access the configuration. Anyone else noticed this?
  5. Sebastian Thomas

    Question How to configure a fixed process pool for NodeJS with Passenger

    You can configure the max-pool-size in `/etc/nginx/conf.d/phusion-passenger.conf` like this: ``` passenger_max_pool_size 250; ```
Back
Top