0

Add a field for pool configurations

Diegosolo 7 years ago updated by Robert Koszewski 7 years ago 1

Hi! It would be great to have the means to place other configurations in a pool. I've been trying to place the following:


security.limit_extensions = .php .html


This configuration doesn't work if I put it in the main configuration file (conf.d/www.conf). It's apparently meant to be in a pool. So, I don't have the means to place it there, as if I do it manually it gets rewrited every time the files are rebuilt by the panel. Would it be possible?

Yeah, it would be awesome if Ajenti V would support custom pool configurations. In my case I want to set the environment variables as required by Nextcloud, but there is no way to achieve that.


It would be nice if it would be possible to add this to the file:


env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
env[HOSTNAME] = $HOSTNAME
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp