Re: Disable automatic urlencoding with proxy_pass
On Thu, May 09, 2013 at 05:37:26AM -0400, lupin wrote:Hi there,> Any way to disable urlencode on nginx with proxy_pass? Following is my> config and as suggested on google I already removed the...
View ArticleRe: Disable automatic urlencoding with proxy_pass
On Thu, May 9, 2013 at 2:37 AM, lupin <nginx-forum@nginx.us> wrote:> Hi,>> Any way to disable urlencode on nginx with proxy_pass? Following is my> config and as suggested on google I...
View Articleproxy doesn't cache
Hi!I want to use nginx as a caching proxy in front of an OCSP responder.The OCSP requests are transmitted via HTTP POST.Hence, I configured nginx as follows:proxy_cache_path /tmp/nginx/cache levels=1:2...
View ArticleRe: Proxying based on protocol (e.g. "ws"/"wss")?
Hello!On Fri, May 10, 2013 at 09:14:04AM +1200, Steve Holdoway wrote:> The scheme is available as... $schemeYes, but WebSocket protocol uses http for handshake. So thescheme will be either "http" or...
View ArticleRe: resumable upload
On 05/09/2013 01:54 PM, Maxim Dounin wrote:> Hello!>> On Wed, May 08, 2013 at 10:13:05PM +0200, Valery Kholodkov wrote:>>> On 05/08/2013 07:03 PM, Maxim Dounin wrote:>>>...
View ArticleRe: resumable upload
Hello!On Fri, May 10, 2013 at 05:16:10PM +0200, Valery Kholodkov wrote:> On 05/09/2013 01:54 PM, Maxim Dounin wrote:> >Hello!> >> >On Wed, May 08, 2013 at 10:13:05PM +0200, Valery...
View ArticleReverse proxy host (dns proxy?)
does anyone has an idea how configure nginx as reverse proxy host like x4b.org does ? maybe via dns or ? for multiple sites.
View ArticleRe: resumable upload
On 05/10/2013 06:45 PM, Maxim Dounin wrote:>> Так где API для этого? Какие функции нужно крутить, куда вставлять>> свои хэндлеры?>> Патч по ссылке выше как раз это API добавляет....
View ArticleRe: яндекс-прокси
у яндекса добавились адреса из подсети141.8.189.0/242013/4/11 Oleg Motienko <motienko@gmail.com>>> У нас для этого дела DNAT поднят по списку подсетей на отдельный порт> и дальше уже...
View ArticleRe: Proxying based on protocol (e.g. "ws"/"wss")?
That's great information, but now I need to figure out how toselectively proxy to my websocket backend when $http_upgrade is"websocket". I see the following choices:1) Have nginx listen at port 80, and...
View Articleallowing specific http locations for https only back-end
i have a back-end server which is setup for https only.there are a handful of specific urls that i would like to make available to non-ssl clients via nginx front.i tried a couple of things but i can't...
View Articleasync notification in Nginx
I am writing a Niginx module that from several of worker threadsthat I created by own, I need to notify Nginx's main thread sothe main thread (single-threaded nginx) doesn't need to pollperiodically in...
View ArticleDebian package
Hello,Is Wheezy supported for Nginx?Would it be possible to use role-based package selection for the Nginx APTsource?That means using:deb http://nginx.org/packages/debian/ *stable* nginxdeb-src...
View ArticleRe: nginx-1.4 proxy requests being continious
Just to prove I'm not making it up (even though I'm having a hard time replicating it).log_format extended '$remote_addr - $remote_user [$time_local] ''"$request" $status $request_time $body_bytes_sent...
View ArticleRe: questions about $args on try_files inside location with regex
Hello,Maybe you don't need PHP at all to resize images, as there is native nginx module that performs this job.http://wiki.nginx.org/HttpImageFilterModuleIt does all what you need and will put less...
View ArticleRe: resumable upload
Hello!On Fri, May 10, 2013 at 07:08:39PM +0200, Valery Kholodkov wrote:> On 05/10/2013 06:45 PM, Maxim Dounin wrote:> >>Так где API для этого? Какие функции нужно крутить, куда...
View ArticleRe: proxy doesn't cache
Hello!On Fri, May 10, 2013 at 11:13:42AM +0800, Stefan Xenon wrote:> Hi!> I want to use nginx as a caching proxy in front of an OCSP responder.> The OCSP requests are transmitted via HTTP...
View ArticleRe: Proxying based on protocol (e.g. "ws"/"wss")?
Hello!On Fri, May 10, 2013 at 02:35:35PM -0400, Daniel Griscom wrote:> That's great information, but now I need to figure out how to> selectively proxy to my websocket backend when $http_upgrade...
View ArticleRe: Proxying based on protocol (e.g. "ws"/"wss")?
Thanks. I've been coming to that conclusion myself.Take care,DanAt 7:00 PM +0400 5/11/13, Maxim Dounin wrote:>Hello!>>On Fri, May 10, 2013 at 02:35:35PM -0400, Daniel Griscom...
View ArticleRe: [BUG] Wrong Content-Length shared between main request and subrequests in...
Hello!On Fri, May 03, 2013 at 11:20:46AM +0800, lanshun zhou wrote:> Nginx uses a variable "$proxy_internal_body_length" for the> "Content-Length" header in http proxy module, which is cacheable...
View Article