Nginx + Php-fpm Ownership issue !!

2015-12-29 Thread shahzaib shahzaib
Hi, We've installed nginx + php-fpm on FreeBSD OS and both of them are listening on www user / group. Here is the config : NGINX : user www ; PHP-FPM : [www] listen = /var/run/www.socket user = www group = www listen.owner = www listen.group = www listen.allowed_clients = 127.0.0.1 -

proxy

2015-12-29 Thread ?????? - ??????
In my local machine browser, I want to open http://localhost/abc to proxy a real http://www.abc.com/ as well as proxying all child resources such as http://localhost/abc/bcd/a.html to proxy http://www.abc.com/bcd/a.html http://localhost/abc/bc.html to proxy http://www.abc.com/bc.html ... How

Nginx Load Balancer - Random file named "download" when using Chrome.

2015-12-29 Thread Laurent Dumont
Hi guys, We are using Nginx 1.4.6 as a Load Balancer for our website. Sometimes, when a user loads the website, the browser will start downloading a file named "download" which contains the HTTP Response headers. So far, what we know is that it only happens when the browser is Chrome and it's

Re: how to add

2015-12-29 Thread Aapo Talvensaari
On Tuesday, 29 December 2015, Maxim Dounin wrote: > Hello! > > On Tue, Dec 29, 2015 at 05:07:37PM +0800, 天河石 - 谢金鹏 wrote: > > > I like to add the following entry: > > > > > > http://www.google-analytics.com/ga.js";> > > > > > > in section. How do I do it? > > Assuming you want to do it usin

Help trying to understand a rewrite rule

2015-12-29 Thread Guido
Hi everyone, I have 2 graphites running with uWSGI in two separated servers, both listening in the port 3031. In a third server I also have an nginx installed . In that nginx, I've this configuration: upstream graphite { server 10.0.2.22:3031; } upstream graphite2 { server 10.0

Re: nginx configuration with self signed certificates - getting error

2015-12-29 Thread Maxim Dounin
Hello! On Mon, Dec 28, 2015 at 04:50:23PM -0500, sumeetmaru wrote: > Please if anyone could take a look and reply? Messages you are seeing suggests that you've failed to provide proper trusted certificates via proxy_ssl_trusted_certificate and ssl_client_certificate files. An example configur

Re: how to add

2015-12-29 Thread Maxim Dounin
Hello! On Tue, Dec 29, 2015 at 05:07:37PM +0800, 天河石 - 谢金鹏 wrote: > I like to add the following entry: > > > src="http://www.google-analytics.com/ga.js";> > > > in section. How do I do it? Assuming you want to do it usin

Through Nginx how we can hide a part of url?

2015-12-29 Thread Geo P.C.
We are using a WordPress application with Nginx as web-server. Currently we are accessing profile page as http://geo.mysite.com/members/geouser/ and is working fine. Can anyone please help me to accomplish the following that is when we access profile page, in WordPress its should go to the url *ht

Re: how to add

2015-12-29 Thread Aapo Talvensaari
On 29 December 2015 at 11:07, 天河石 - 谢金鹏 <2305958...@qq.com> wrote: > I like to add the following entry: > > http://www.google-analytics.com/ga.js";> > > > in section. How do I do it? > Okay, I will do it for you: http://www.google-analytics.com/ga.js";> If you later need to remove

how to add

2015-12-29 Thread ?????? - ??????
I like to add the following entry: http://www.google-analytics.com/ga.js";> in section. How do I do it? Thanks! Jim___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx