(no subject) (no replies)
-KG_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View Articlewhy the change in links on the wiki? (3 replies)
I noticed this a few months back. Why do the links on wiki.nginx.org linktonginx.org/en/docs/ instead of to wiki.nginx.org?For example: the http core module doc link...
View Articlenginx fastcgi_pass and Browser long transfer time (1 reply)
I'm new to nginx but not to web development.I have the server configured to do almost everything I need ... including fastcgi_pass for Perl on Solaris.When requesting any cgi page the browser displays...
View Articlelocation{} hassles:( (no replies)
Hey all I can't seem to get the hang of how to use/write locationblocks. I have mailed the list before and I do understand how it worksbut what I've tried fails.I have tried a few things and in both...
View ArticleSphinx2 Search Platform Upstream Module Pre-Release (no replies)
Hello!I have developed an upstream module for Sphinx2 search platform. It's available at: https://github.com/reeteshranjan/sphinx2-nginx-moduleIt talks to Sphinx2 searchd component for performing...
View ArticleWhy the status code restriction on add_header? (1 reply)
Hello,I'm trying to add some custom headers to a 403 response, but had a hardtime doing so. Looking through the docs, it seems add_header "Adds thespecified field to a response header provided that the...
View Articleusing nginx to cache file serving (2 replies)
HiWe are using nginx & SATA disks on several of our file servers.However after hitting 12MBytes/s of port speed (server nic is a 1gbps), the server gets down to it's knees. SSH becomes very...
View ArticleTCP -TLS Redirection (no replies)
Hi Team ,I want to do a tcp to tls proxy. we need to communicate to apple server via tls (tcp over ssl). our server does not have internet access so we need to use a proxy server that has internet...
View ArticleProblem with Upstream over SSL (1 reply)
I was proxying to an IIS server on 443 on nginx 1.1 on FreeBSD and it worked perfectly fine. We moved to nginx 1.4 running on ubuntu and now it won't work.The following works perfect:server {location /...
View ArticleImap proxy (3 replies)
Hello Everyone,Is mail imap proxy supports SSL or STARTTLS for connections to backend server ?Slava.
View ArticleRewrite URL with parameters (1 reply)
Hi guys,I'm trying to rewrite an url with a few parameters, but unsuccessfully.The...
View Articledummy question... (2 replies)
Just read this:http://wiki.nginx.org/Pitfalls#Root_inside_Location_Block....which recommands to put root outside location block...However, the default.conf installed from nginx rpm contains exactlywhat...
View ArticleNGINX Location Matching Question - Case insensitive matching at the start of...
Hi,I'm running in a somewhat urgent issue where I have to make acase-insensitive location match on a URI segment that is at thebeginning of the URI.so I want to...
View ArticleNginx location, return and rewrite directives (no replies)
I am having a hard time learning to do return and rewrite directives.the conditions are fuzzy for me.I am trying to learn by example, so I made one up.in the htdocs of my server we have this file and...
View ArticleForce ppt(x) and pps(x) to be downloaded instead of being served as plain...
Nginx 1.5.7, ppt(x) and pps(x) are served as plain text (of course with strange characters) by nginx.How can I have them always as a download?_______________________________________________nginx...
View Article[ANN] Windows nginx 1.5.8.2 Caterpillar (no replies)
'Keep Up' Windows nginx fan base :)Over 2.000 downloads, lots of Beta feedback, we ain't done yet,here's the latest and greatest version.15:34 6-12-2013: nginx 1.5.8.2 CaterpillarBased on nginx 1.5.8...
View ArticleMaintenance mode for all but my ip (10 replies)
Getting ready to convert the site to UTF-8 (finally!) and wanted toknow how I could issue error code 503 to all people and bots but stillallow my IP in so I can go 'round the site checking for glitches...
View Articlenginx module developer documentation? (2 replies)
Hi All,I'm interested in exploring nginx as the basis for a proxy.I'm having trouble locating reading material on nginx from adevelopment perspective. I found [0,1], but it looks like its...
View ArticleConfigure, make and self tests? (1 reply)
`make check` and `make test` results in "no rule to make target".Does nginx include any self test? If so, how does on run them?Thanks in advance._______________________________________________nginx...
View Articlengx_http_limit_req_module questions (no replies)
Hello,I have a requirement to rate limit requests to one of my customer facingAPI's. At present Nginx is a proxy point directing traffic to networkinternal servers based on endpoint URL. I am...
View Article