how to separate robot access log and human access log (no replies)
Hi all,I'm trying to separate the robot access log and human access log, so I'm using below configuration:http {....map $http_user_agent $ifbot {default 0;"~*rogerbot" 3;"~*ChinasoSpider" 3;"~*Yahoo"...
View Articlerewrite rule with ? in url (2 replies)
Hi - I've got a plugin which was misconfigured - and now I need to rewrite a string - however I cannot find out at all how to do this for urls with ? in them.So I need to...
View Articlejsfiddle demonstrating IE11 difference talking to nginx vs google (1 reply)
See, or please try:http://jsfiddle.net/qe44nbwh/If you see what I see in my IE11, when I press Start Test, and the targetis nginx.org, the duration for each request goes slow/normal/slow/normalBut when...
View Articlenginx-1.9.0 (no replies)
Changes with nginx 1.9.0 28 Apr 2015*) Change: obsolete aio and rtsig event methods have been removed.*) Feature: the "zone" directive inside the "upstream" block.*) Feature: the stream module.*)...
View ArticleSetting content-length if app doesn't know what it is (no replies)
Behind my web server is an application that doesn't include content-lengthheaders because it doesn't know what it is. I'm pretty sure this is anapplication issue but I promised I'd come here and ask...
View Article1.9 stream not working? 'directive is not allowed here' (4 replies)
Hmm, following: http://nginx.com/resources/admin-guide/tcp-load-balancing/I get a nginx: [emerg] "stream" directive is not allowed hereeventhough its within the http context like upstreams are, anyone...
View Articleproxy_ssl_certificate not exchanging client certificates (no replies)
I was excited to see proxy_ssl_certificate and friends land in Nginx 1.7.8, and decided to revisit Nginx as a candidate for proxy caching an upstream server requiring client authentication. I've...
View ArticleInstalled nginx with iredmail;how to add web content & test without DNS...
I have an existing website at a hosting service. I have contracted with a virtual server company and have installed iredmail, which in turn installs nginx, [Oddly, Appache2 as well, though probably not...
View ArticleRe: Installed nginx with iredmail; how to add web content & test without DNS...
On Tue, Apr 28, 2015 at 9:17 PM, gariac <nginx-forum@nginx.us> wrote:> I have an existing website at a hosting service. I have contracted with a> virtual server company and have installed...
View Articlessl stapling, verification fails (no replies)
Hi.I'm trying to get nginx 1.6.2 to authenticate users using their client certificates.I'm using this configuration (besides usual SSL settings, which are proved to work):ssl_stapling...
View ArticleHow does nginx set End of Life for older versions? (4 replies)
Hi,I turned to the official website and Google, but I couldn't find a definitive answer re how older branches go End of Life. For example, now that the 1.8 stable branch has been created, what are the...
View Articlenginx boot issues with centos7 (3 replies)
Greetings,It appears that nginx has difficulties starting automatically in CentOS 7when it needs to resolve DNS names in the configuration. I'm attributingthis to systemd. Nginx stable was installed...
View ArticleHeader on the Index Of page (no replies)
Good day all,Please I do I include a text/image as a header on the Index Of page.Like the above:http://mirror.mephi.ru/debian-cd/current/_______________________________________________nginx mailing...
View ArticleTrying to "see" my NGINX downloads folder via https? (1 reply)
I have NGINX installed on a VPN and I would like to access the "downloads" folder via https. I followed instructions given to me as follows:In order to download your files from your vpn, you will move...
View Articleproxy_redirect not working with "refresh" (no replies)
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect says:"(proxy_redirect) Sets the text that should be changed in the “Location” and “Refresh” header fields of a proxied server...
View ArticleRe: Installed nginx with iredmail; how to add web content & test without DNS...
On Tue, Apr 28, 2015 at 08:17:42PM -0400, gariac wrote:Hi there,> Iredmail puts its html in /var/www. I put a test page in /var/www2 and> added a location line to point to it, but I'm confused on...
View ArticleRe: nginx Digest, Vol 66, Issue 45 (no replies)
> On Apr 30, 2015, at 5:00 AM, nginx-request@nginx.org wrote:>> Send nginx mailing list submissions to> nginx@nginx.org>> To subscribe or unsubscribe via the World Wide Web, visit>...
View ArticleCan't find nginx-extras 1.9 mainline in any repo. (no replies)
Just installed Ubuntu 15.04 and rather surprised to see it's still givingnginx-extras (1.6.2-5ubuntu3)So I added the recommended official repo as per http://nginx.org/en/linux_packages.html#mainlinedeb...
View Articleerror logging with nginx and uWSGI (no replies)
Prior to now, all the django projects I've worked on have used apacheand WSGI. With those, when an error occurred I went to/var/log/httpd/error_log and details of the error were clearly there.Now for...
View ArticleIs there any way to load SSL certificates from a URL? (3 replies)
When nginx starts I want to load the SSL certificates via URL rather than file system.This is because the machine that I am running from does not have a usable file system, and also because I need to...
View Article