Changes between Version 5 and Version 6 of Crin4
- Timestamp:
- Jul 19, 2015, 7:54:34 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Crin4
v5 v6 23 23 ssl-cert=/etc/ssl/cacert/crin1_cert.pem 24 24 ssl-key=/etc/ssl/cacert/crin1_yassl_privatekey.pem 25 }}}26 27 The live servers, [[Crin2]] which runs nginx and php5-fpm and [[Crin1]] which runs MySQL are both set up with root access to [[Crin4]] so you can simply copy files between the servers, for example:28 29 {{{30 rsync -av /var/example/ crin4:/var/example/31 25 }}} 32 26 … … 60 54 } 61 55 }}} 56 57 The live servers, [[Crin2]] which runs nginx and php5-fpm and [[Crin1]] which runs MySQL are both set up with root access to [[Crin4]] so you can simply copy files between the servers, for example: 58 59 {{{ 60 rsync -av /var/example/ crin4:/var/example/ 61 }}} 62 62 63 == ssh access == 63 64