I write this and it success proxyed , but I want to let the proxy use SPDY
there is no how to use SPDY in revese proxy in the document
server{
listen 443;
server_name 42btc.com;
ssl on;
ssl_certificate /etc/ssl/certs/42btc.crt;
ssl_certificate_key /etc/ssl/private/42btc
My answer would not be 'Google is your friend' but the even better: RTFM :oP
http://wiki.nginx.org/HttpProxyModule#proxy_pass
---
*B. R.*
On Sun, Mar 3, 2013 at 12:45 AM, 张沈鹏 wrote:
>
>
> In China , government block google app engine by GFW
>
> So , I use a nginx reverse proxy (proxy_pass) to
In China , government block google app engine by GFW
So , I use a nginx reverse proxy (proxy_pass) to google app engine via https
My Site need https to keep security , so I want to know can I let nginx
proxy a https google app engine website via SPDY?
_
On 2013-03-03 at 02:11 +0400, Maxim Dounin wrote:
> You probably didn't understand the problem deep enough: content
I'm one of the maintainers of the MTA which runs a plurality of the MTA
installs out there. Of course, I have crazy days and moments of pure
stupidity, but in general I have a dece
We want to pick the backend server to proxy_pass to based on the request
method. Saw one example that used limit_except. Another idea would be to use
lua. Is there a preferred way to achieve this?
Karl
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,236839,236839#msg-236839
___
Hello!
On Fri, Mar 01, 2013 at 03:59:59PM -0500, Phil Pennock wrote:
> On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote:
> > On Fri, Mar 01, 2013 at 03:22:51AM -0500, Phil Pennock wrote:
> > > PS: nginx mail-server configuration is broken; it's checking SMTP Envelope
> > > Sender against the
Well, in fact I've a new problem.
info.php file works, so php works.
But when I'm trying to access to my install.php file for wordpress
installation I've "File not found." and in /var/log/nginx/error.log I
have: "*1 FastCGI sent in stderr: "Primary script unknown" while reading
response he
I've removed all "127.0.0.1:9000" lines by "fastcgi_pass
unix:/var/run/php5-fpm.sock;" and everything works now :-).
Thanks for your help !
Le Thu, 21 Feb 2013 14:50:41 +0100, Francis Daly a
écrit:
On Thu, Feb 21, 2013 at 10:26:22AM +0100, GASPARD Kévin wrote:
Hi there,
>So: what is t