mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update options.md
This commit is contained in:
parent
eb6d8a4bc3
commit
dd89e9cbf2
@ -14,7 +14,10 @@ For more advanced users, the PHP.INI Editor can be used, if available.
|
||||
|
||||
---
|
||||
|
||||
Options are limited to the options that Administrator permitted. Administrators can configure options:
|
||||
Options are limited to the options that Administrator permitted, only configured keys from the .ini file will be applied.
|
||||
|
||||
- for a specific user: `/home/USERNAME/php.ini/options.txt`
|
||||
- for all users: `/etc/openpanel/php/options.txt`
|
||||
Administrators can configure options:
|
||||
|
||||
- for all users: `/etc/openpanel/php/options.txt` , if these are set by the administrator they are used for all users .
|
||||
- for a specific user: `/home/USERNAME/php.ini/options.txt` , if global options are not set by the administrator these will be applied instead.
|
||||
- if per user options file does not exist, system will fallback to these defaults: https://github.com/stefanpejcic/openpanel-configuration/blob/main/php/options.txt
|
||||
|
Loading…
Reference in New Issue
Block a user