Changes between Version 23 and Version 24 of PuffinServer


Ignore:
Timestamp:
02/06/13 21:49:48 (4 years ago)
Author:
chris
Comment:

vim syntax highlighting updated

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v23 v24  
    2323 
    2424There is a Xen shell available for console access, see wiki:XenShell. 
     25 
     26== Munin Stats == 
     27 
     28There are munin stats for the server available here 
     29 
     30* https://ecodissident.net/munin/webarch.net/puffin.webarch.net/ 
    2531 
    2632== Barracuda Octopus Ageir == 
     
    142148autocmd BufRead,BufNewFile /etc/php5/fpm/* set syntax=dosini 
    143149autocmd BufRead,BufNewFile /opt/local/etc/php53-fpm.conf set syntax=dosini 
     150au BufRead,BufNewFile /etc/nginx/*,/etc/nginx/conf.d/*,/var/aegir/config/server_master/nginx/*/* set ft=nginx 
     151au BufRead,BufNewFile /data/disk/tn/config/server_master/nginx/vhost.d/* set ft=nginx 
     152 
    144153}}} 
    145154 
    146 And a {{{/root/.vim/syntax/}}} directory was created and {{{mycnf.vim}}} was created in it by downloading it from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-mycnf/ 
     155And a {{{/root/.vim/syntax/}}} directory was created and {{{mycnf.vim}}} was created in it by downloading it from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-mycnf/ and {{{nginx.vim}}} was downloaded from http://www.vim.org/scripts/script.php?script_id=1886