Site Tools


service:nginx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
service:nginx [2016/07/06 08:28] – created sloaderservice:nginx [2018/08/15 11:08] (current) sloader
Line 1: Line 1:
 +===== service nginx =====
 +
 +==== general ====
 +
 +encrypted mountpoint
 +> ''/var/www''
 +
 ==== diff /etc/php/fpm-php7.0/php.ini ==== ==== diff /etc/php/fpm-php7.0/php.ini ====
 <code> <code>
Line 7: Line 14:
 </code> </code>
  
 +==== diff /etc/php/fpm-php7.1/fpm.d/www.conf ====
 +<code>
 +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
 +</code>
 +
 +=== hack the webmail ===
 +
 +add line
 +<code>
 + '{hack}' => substr($oAccount->Email(),0,strpos($oAccount->Email(),'@')),
 +</code>
 +above
 +<code>
 +'{domain}' => $sDomain,
 +</code>
 +
 +in file /var/www/post.lionsoft.org/data/_data_/_default_/plugins/ldap-change-password/ChangePasswordLdapDriver.php
service/nginx.1467793707.txt.gz · Last modified: by sloader