service:nginx
Table of Contents
service nginx
general
encrypted mountpoint
/var/www
diff /etc/php/fpm-php7.0/php.ini
368c368 < max_execution_time = 30 --- > max_execution_time = 360
diff /etc/php/fpm-php7.1/fpm.d/www.conf
36c36,37 < listen = 127.0.0.1:9000 --- > ; listen = 127.0.0.1:9000 > listen = /run/php-fpm.socket 47,48c48,49 < ;listen.owner = nobody < ;listen.group = nobody --- > listen.owner = nginx > listen.group = nginx
hack the webmail
add line
'{hack}' => substr($oAccount->Email(),0,strpos($oAccount->Email(),'@')),
above
'{domain}' => $sDomain,
in file /var/www/post.lionsoft.org/data/_data_/_default_/plugins/ldap-change-password/ChangePasswordLdapDriver.php
service/nginx.txt · Last modified: by sloader
