Changes between Version 105 and Version 106 of PuffinServer


Ignore:
Timestamp:
01/13/14 13:18:10 (3 years ago)
Author:
chris
Comment:

Nginx docs updated

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v105 v106  
    121121 
    122122The MySQL root password is available in {{{/root/.my.cnf}}}. 
     123 
     124Tuning of the MySQL server is being tracked on ticket:587. 
     125 
     126We have set MySQL to use a RAM disk for temp tables, see ticket:591. 
    123127 
    124128BOA installs MariaDB as the MySQL server using the debs from the MariaDB site, see {{{/etc/apt/sources.list.d/mariadb.list}}}, these are the current (2013-01-13) packages which are installed (note the config files only remain for php5-mysql as PHP in now installed from source code by BOA): 
     
    136140}}} 
    137141 
    138 Tuning of the server is being tracked on ticket:587. 
    139  
    140 We have set MySQL to use a RAM disk for temp tables, see ticket:591. 
     142== Nginx == 
     143 
     144BOA did use Nginx from dotdeb but now it compiles it from source, the dotdeb config files remain: 
     145 
     146{{{ 
     147dpkg -l | grep -i nginx 
     148rc  nginx-common                            1.4.1-1~dotdeb.0              all          small, powerful, scalable web/proxy server - common files 
     149}}} 
     150 
     151The only changes made to the default nginx configuration during the initial install was to move the key and cert it was using out of the way and symlink to the *.transitionnetwork.org ones, see ticket:466#comment:25. 
     152 
     153The other change made from the default BOA config are to enable Munin graphs, see wiki:PuffinServer#nginxconfigchanges 
    141154 
    142155=== php-fpm === 
     
    386399Two changes were made the the default postfix install, it was set to send root emails out, see ticket:466#comment:23 and it was configured to use TLS with the transition network cert, see ticket:466#comment:25. 
    387400 
    388 == Nginx == 
    389  
    390 The only changes made to the default nginx configuration was to move the key and cert it was using out of the way and symlink to the *.transitionnetwork.org ones, see ticket:466#comment:25. 
    391  
    392401== Handy commands == 
    393402