Cappuccino
Verified User
- Joined
- Mar 20, 2021
- Messages
- 10
Hi guys,
I'm trying to change OPEN_BASEDIR_PATH for a specific user.
In particular, I want to add another folder at the end.
What I've tried so far:
Admin Level: Custom HTTPD Configurations -> click on php-fpm.conf next to the domain name
Added inside php-fpm Global |CUSTOM1| the following code:
But it isn't working. What am I doing wrong?
I'm trying to change OPEN_BASEDIR_PATH for a specific user.
In particular, I want to add another folder at the end.
What I've tried so far:
Admin Level: Custom HTTPD Configurations -> click on php-fpm.conf next to the domain name
Added inside php-fpm Global |CUSTOM1| the following code:
|?OPEN_BASEDIR_PATH=`OPEN_BASEDIR_PATH`:/home/admin/private/`USER`|
But it isn't working. What am I doing wrong?