Re: nginx 1.2: static file truncated with HTTP status code 200

2013-04-10 Thread mengqy
Sorry for the late thanks to all of you hackers, great job :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,226506,238271#msg-238271 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

configure --prefix with "~"

2013-04-10 Thread mengqy
nginx 1.3.15, ubuntu 12.04, bash: $ ./configure --prefix=~/tools/webserver/install ... $ make && make install --> a dir named '~' is created within current dir, but `~` should be interpreted as `$HOME` instead, right? Thanks to the protection from gvfs, `rm -rf ~` did not cause a disaster (it sh