Quantcast
Channel: Nginx Forum
Browsing all 53287 articles
Browse latest View live
↧

405 Beim POST Request auf einen Proxy

Hallo,ich verwende nginx derzeit als Proxy für Zugriffe auf einen nodejs Server.Die config hierfür sieht so aus:server {listen 80;server_name www.example.com;rewrite ^(.*) https://$server_name$1...

View Article


Re: Simple question about proxy cache

Hello!On Fri, Mar 22, 2013 at 12:24:21PM +0000, John Moore wrote:> On 22/03/13 11:43, Maxim Dounin wrote:> > Hello!> >> > On Fri, Mar 22, 2013 at 11:18:50AM +0000, John Moore...

View Article


upstream proxy support

hi,currently there is no way to rewrite to a url containing a schema andproy_passing the request to a upstream since such a rewrite will endup in a redirect. This is a problem if nginx is running...

View Article

nginx/freebsd kern.maxbcache

HiI'm trying to tune 'kern.maxbcache' with hope of increasing'vfs.maxbufspace' so that more files can be stored in buffer memory onfreebsd 9.1It's suggested to tune this value...

View Article

Re: upstream proxy support

Hello!On Fri, Mar 22, 2013 at 03:12:23PM +0100, Bernd Rössl wrote:> hi,>> currently there is no way to rewrite to a url containing a schema and> proy_passing the request to a upstream since...

View Article


[nginx] svn commit: r5130 - trunk/misc

Author: mdouninDate: 2013-03-22 15:14:07 +0000 (Fri, 22 Mar 2013)New Revision: 5130URL: http://trac.nginx.org/nginx/changeset/5130/nginxLog:Misc: switch to single export operation in "zip" target.While...

View Article

Re: upstream proxy support

hi,do you mean something like a new proxy directive like for example"proxy_server"?upstream squid {server squid-host:3128;}upstream example {server www.example.com:80;}location = '/foo' {proxy_server...

View Article

[nginx] svn commit: r5131 - trunk/misc

Author: mdouninDate: 2013-03-22 15:14:43 +0000 (Fri, 22 Mar 2013)New Revision: 5131URL: http://trac.nginx.org/nginx/changeset/5131/nginxLog:Misc: removed unused "snapshot"...

View Article


Re: upstream proxy support

Hello!On Fri, Mar 22, 2013 at 04:14:18PM +0100, Bernd Rössl wrote:> hi,>> do you mean something like a new proxy directive like for example> "proxy_server"?>> upstream squid {>...

View Article


Re: Simple question about proxy cache

On 22/03/13 14:11, Maxim Dounin wrote:> This looks like valid regular expression (try pcretest if unsure), but> from maintainability point of view I would recommend to use multiple> normal...

View Article

[nginx] svn commit: r5132 - trunk/misc

Author: mdouninDate: 2013-03-22 15:47:18 +0000 (Fri, 22 Mar 2013)New Revision: 5132URL: http://trac.nginx.org/nginx/changeset/5132/nginxLog:Misc: support for Mercurial...

View Article

Re: upstream proxy support

this was my first idea. unfortunately the url get encoded somewhere andpreduces requests likeGET %20http://uat2.welt.de/bigpfeeds/?type=contenttypes HTTP/1.1of course, the forward proxy does not like...

View Article

IP.Board rewrite for ibparcade

Hello,I'm using IP.Board 3.x.x and am trying to figure out what I need to add to my rewrite rules to get ibparcade( http://www.ibparcade.com/) working with FURLs, as IPS calls them.The directory...

View Article


Nginx cli

Hello, I'm playing around with cron and bash scripting, and I was wondering if there is currently (or could be in the future) a way to do get the number of active connections from the command line?...

View Article

Re: Nginx URL rewrite changes URL

rewrite ^/dentists/([a-z]+)/([a-z]+)/?$ /doctorsInArea.htm?cID=$1&aID=$2;Does this work? You don't want to use http:// for rewrite

View Article


HTTP 499 timeouts. NginX and PHP-FPM

Hi everyone, I am hoping that someone on here can help me sovle this before I'm forced to move back to Apache where I know this just works.I have a PHP script which can take a 3 minutes to execute and...

View Article

Re: HTTP 499 timeouts. NginX and PHP-FPM

As an update I created a simple test file<?phpsleep(70);echo 'hello';?>When accessing the page the 499 response error is generated.

View Article


403 Forbidden, Nignx

Hello again:I am have public a redmine and other aplication with nginx the otheraplication is make in php, the php aplication have a api direccion forsome services, when i put the url of de aplication...

View Article

Require 'www' for https://example.com

I am setting up a server that will be for a B2B business, and I want the whole site to be served as https://www.example.com/I have gotten a certificate and https://www.example.com runs just fine, but I...

View Article

Re: Require 'www' for https://example.com

# www fixserver {# www.example.com -> example.com#server_name www.example.com;#rewrite ^ $scheme://example.com$request_uri? permanent;# www.example.com -> example.comserver_name...

View Article
Browsing all 53287 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>