[Arch User] Change document and problems with permission.

2014-03-29 Thread sellOfDrops
Hi, I'm trying use nginx in my home folder. What I have to do? Look at my files, please: /etc/nginx/nginx.conf http://p.ngx.cc/94 /etc/php/php-fpm.conf http://p.ngx.cc/1e3b I type: "code setfacl -m u:http:x /home/myuser setfacl -m u:http:x /home/myuser/workspace setfacl -m u:http:rwx /home/myus

Re: debug logs not getting generated

2014-03-29 Thread Kunal Pariani
3) Make sure you've restarted nginx (or upgraded running binary). 4) Make sure the config you are editing is right one (and again, you've reloaded a configuration after editing it; note that you have to check logs after a configuration reload to make sure it was successful). I noticed that the co

Re: Don't understand why this directive causes a 404 in mp3 only

2014-03-29 Thread Doc
On Sat, Mar 29, 2014 at 12:12 PM, Adie Nurahmadie wrote: On Sat, Mar 29, 2014 at 11:50 PM, Doc  < icantthinkof...@charter.net  wrote: On my site, music can be played by going to  http://mysite.com/music/billyjoel/song.mp3  (for example). You ca

Re: Don't understand why this directive causes a 404 in mp3 only

2014-03-29 Thread Adie Nurahmadie
On Sat, Mar 29, 2014 at 11:50 PM, Doc wrote: > On my site, music can be played by going to > http://mysite.com/music/billyjoel/song.mp3 (for example). > You can download the same song by going to > http://mysite.com/music/billyjoel/download/song.mp3. > > The path including "download" is aliased a

Don't understand why this directive causes a 404 in mp3 only

2014-03-29 Thread Doc
On my site, music can be played by going to http://mysite.com/music/billyjoel/song.mp3 (for example). You can download the same song by going to http://mysite.com/music/billyjoel/download/song.mp3. The path including "download" is aliased and the default mime type changed as shown here: lo

Re: debug logs not getting generated

2014-03-29 Thread Maxim Dounin
Hello! On Fri, Mar 28, 2014 at 06:04:04PM -0700, Kunal Pariani wrote: > Hello, > I followed this http://nginx.org/en/docs/debugging_log.html. Have nginx > built with --with-debug and set the the error_log in the following 2 files > (nginx.conf.main & inside http { } in nginx.conf.web). But still