• Hello,

    this plugin doesn’t work on my server configuration.

    For every Website on my Server i use one separate Systemuser.
    Nginx running on www-data. PHP running on Website User and listen User is www-data.

    For “FastCGI Path” permissions i tested all possibilities.

    Result…. not work.

    Maybe you can help me 🙂

Viewing 1 replies (of 1 total)
  • Plugin Contributor robertchen617

    (@robertchen617)

    Hello @tobias992,

    To make sure I understand the question, you have Nginx running as www-data. And you have multiple websites, each running as a separate PHP user. The PHP users are unable to clear the cache. This is because the cache folder and objects have 700 permissions and are owned by www-data. While configurations where PHP is running as the same user as Nginx conveniently work, PHP has no way to delete the cache the moment it runs as another user.

    I don’t have an answer for you right now. The most useful thing I could find when researching this was this article: https://github.com/rtCamp/nginx-helper/issues/63. They mention a set $user syntax for Nginx, but I haven’t tried it personally.

    Let’s keep this ticket open. In the meantime, there’s an approach I would like to try out. It might take some time to implement this approach, but I can keep you posted.

    Thanks,
    Robert

Viewing 1 replies (of 1 total)

The topic ‘Not working’ is closed to new replies.