• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. M

    Question How may I run docker commands in Deploy actions of Git?

    Thanks for suggestions. This doesn't sound like a safe option, shouldn't there be a more standard way of doing this, having in mind that this is probably quite a casual task?
  2. M

    Question How may I run docker commands in Deploy actions of Git?

    Still looking for an answer for this. It seems like a pretty common task - to run additional commands after deployment, how come there's so little information about it?
  3. M

    Question How may I run docker commands in Deploy actions of Git?

    From what I understand, the deployment actions are performed in some specific chroot environment, how may I allow this environment to run docker commands? Docker is in /usr/bin
  4. M

    Issue Overwriting core nginx.conf file

    I have a need to OVERWRITE (not append, not extend but OVERWRITE - vhost_nginx.conf is not an option, neither is the additional directives in plesk panel) the core nginx.conf file. More specifically, I need to change how php-fpm listener behaves. By default it uses php-fpm.socket file, and this...
  5. M

    Issue Plesk starts dropping http connections after a certain amount of requests

    Oh, then how may I properly fix it? I assume using nginx as proxy is quite often practice nowadays, how do they deal with such issue?
  6. M

    Issue Plesk starts dropping http connections after a certain amount of requests

    Update: I did fix the "same ip address from proxy" issue, so now proxied requests actually take the ip of the client. But that has not solved my issue :/
  7. M

    Issue Plesk starts dropping http connections after a certain amount of requests

    Since the front-end project runs in docker, I can see the logs for it in docker view. Here's an image showing some of the errors. content of proxy_error_log It's weird that latest errors shown in this file are from 09-27 but we're getting the errors every day @mow My thoughts as well, how...
  8. M

    Issue Plesk starts dropping http connections after a certain amount of requests

    Update: I think it's nginx fault. Since API requests are proxied, they all came from the same ip - server's ip. Once it starts refusing connections, I noticed that I am still able to fire requests and receive proper responses using postman.
  9. M

    Issue Plesk starts dropping http connections after a certain amount of requests

    I have two domains setup on plesk - let's say usersite.com and api.usersite.com. usersite.com is powered by nuxt.js - a front-end framework which runs on node.js. It makes API calls to api.usersite.com, which is a Laravel application powered by Octane (so it uses swoole instead of php-fpm). Both...
  10. M

    Question How to properly add server directive for a vhost for nginx?

    Hello, I am trying to host my Laravel application using Octane, which uses Roadrunner server under the hood. As the documentation suggests (Laravel - The PHP Framework For Web Artisans), I need to add some extra configuration for the nginx in order to serve static assets over nginx but proxy...
Back
Top