Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
nginx [2008/03/14 09:15]
greebo created
nginx [2009/05/25 00:35]
127.0.0.1 external edit
Line 1: Line 1:
  fastcgi_pass   unix:/tmp/fastcgi.socket;  fastcgi_pass   unix:/tmp/fastcgi.socket;
 +
 +debian nginx logrotate
 +
 +  /var/log/nginx/*.log {
 +          daily
 +          missingok
 +          rotate 52
 +          compress
 +          delaycompress
 +          notifempty
 +          create 640 root adm
 +          sharedscripts
 +          postrotate
 +                  [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
 +          endscript
 +  }
 +
 +
 +
 +php.ini - cgi.fix_pathinfo=1
nginx.txt ยท Last modified: 2010/06/20 21:39 by 93.103.1.78
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready