Re: nginx as reverse proxy and custom 500 error

2017-06-23 Thread ManuelRighi
Hello, anyone know how to help me? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273081,275116#msg-275116 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx as reverse proxy and custom 500 error

2017-03-21 Thread ManuelRighi
Hello, I use nginx as reverse proxy for my IIS web server. I have custom error page when 500 error occours. My goal is to have custom error page for all but detailed error (no custom error essentially) from my specific ip. It's possible to have detailed error page from my specific ip and custom e

swf problem with reverse proxy

2015-05-19 Thread ManuelRighi
Hello, I have a nginx reverse proxy behind nginx web server. I have a simple flash site, with swf embedded in html page. I have a problem with this page, swf start loading but does not end. If I point site directly to web server, swf work correctly. Can you help me ? My reverse proxy settings is

nginx and ssl ciphers

2015-03-18 Thread ManuelRighi
Hello, I need to configure my nginx web server with only specific ssl ciphers. I need to use only this ciphers: TLS_RSA_WITH_AES_256_CBC_SHA (0x0035) TLS_RSA_WITH_AES_128_CBC_SHA (0x002f) TLS_RSA_WITH_3DES_EDE_CBC_SHA (0x000a) TLS_RSA_WITH_RC4_128_MD5 (0x0004) TLS_RSA_WITH_RC4_128_SHA (0x0005) TLS

Re: nginx + php-fpm: permission denid

2014-11-25 Thread ManuelRighi
Ok .. I set 755 permission to directory /var/run/php and 660 to php5-fpm.sock and now works ;) Tnx Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255096,255104#msg-255104 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailma

Re: nginx + php-fpm: permission denid

2014-11-25 Thread ManuelRighi
Hello, I try to set permission to php5-fpm.sock file to 666 (srw-rw-rw- 1 www-data www-data) but problem persist. On www.conf I have listen.mode = 0660 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255096,255103#msg-255103 ___ nginx mailing

Re: nginx + php-fpm: permission denid

2014-11-25 Thread ManuelRighi
Hi, drwxr-xr-x 24 root root ? 4096 Oct 26 14:07 / drwxr-xr-x 17 root root ? 4096 Nov 25 09:59 /var drwxr-xr-x 21 root root ? 900 Nov 25 13:48 /var/run drw-rw-rw- 2 www-data www-data ? 60 Nov 25 13:47 /var/run/php Posted at Nginx Forum: http://forum.nginx.org/read.php?

nginx + php-fpm: permission denid

2014-11-25 Thread ManuelRighi
Hello, I have nginx 1.6.2 (compiled from source) and php-fpm 5.5.9 on Ubuntu server 14.04.1 LTS. I have problem with php-fpm, I receive error 502 Bad Gateway. In nginx error.log I found this: 2014/11/25 13:13:47 [crit] 5820#0: *29097 connect() to unix:/var/run/php/php5-fpm.sock failed (13: Permiss