Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Browsing all 7229 articles
Browse latest View live
↧

experimental build of Nginx with HTTP/2 (no replies)

Hello SarahNovotny,As George in Nginx Forum message, seehttp://forum.nginx.org/read.php?2,256561,257737#msg-257737, i'm excitedabout HTTP/2 and i'm interested to experimental build too. May i...

View Article


NGINX gateway problem (1 reply)

Hey! i got problem with my ruby site http://www.asysteo.pl it wasworking amazing and today i made PHP update i got this error. I doublechecked all 9000 port connections but its still active.any smart...

View Article


try_files is broken with geoip? (5 replies)

Hi!We experience problem: if inside location we use geoip variable try_filesis not working and only root location is looked up for files.So problem is reproducible with the following virtual server...

View Article

2 maps for one 1 variable? (9 replies)

Hello,Is it possible to use more than one map directive with a single variable? I tried but it seems the second map over writes any value set by the 1st map even if there is no match in the 2nd map. I...

View Article

Preferred method for location blocks (1 reply)

What is the difference between:location /admin {}vs.location ~ /admin(/.*) {}The first seems cleaner, and I assume runs faster - but do they...

View Article


Set a PHP parameter for only one location (3 replies)

I have a "standard" location block for my php directives...# Pass all .php files onto a php-fpm/php-fcgi server.location ~ \.php$ {try_files $uri =404;fastcgi_split_path_info ^(.+\.php)(/.+)$;include...

View Article

Callback hitting hard (1 reply)

Hello,I am facing a problem on a website which has been using AJAX callbacks toreport JS errors.It seems there has been sth wrong going on and a tremendous number oferrors are being reported through...

View Article

1.7 major caching change? (1 reply)

Hello!Until version 1.6.2 we had a configuration which was working fine to force people to hit the cache:proxy_set_header Cookie "";proxy_hide_header Set-Cookie;proxy_ignore_headers Expires...

View Article


How often ssl_stapling_file picks up an updated file? (1 reply)

Hey all.Before I file a bugreport I'd like to consult with community to make sure whether I get the whole thing right.I use ssl_stapling_file and update that file daily.Today I discovered that one of...

View Article


How to enable OCSP stapling when default server is self-signed? (1 reply)

My web server is intentionally set up to only support virtual hosts and TLS SNI. I know that the latter eliminates some ancient web browsers but I don't care about those browsers.I want to enable OCSP...

View Article

Basic HTTP auth prompting too many times (no replies)

Hello,I have set up HTTP auth using the auth_pam module (althoughI'm not sure that module is the problem - it might be nginx problem).https://github.com/stogh/ngx_http_auth_pam_module/All works great...

View Article

Endless HTTP auth attempts without 5xx error? [was: Basic HTTP auth prompting...

by the way, i changed to nginx basic_auth and when I enterwrong credentials, it allows me endless tries. i'm was usedto apache gives a 5xx page after three bad tries. i guess youcould refresh that and...

View Article

SSL cert issues with mobile devices (2 replies)

I have an issue with my SSL certificate on some mobile devices, e.g.Safari on iPhone and Firefox on Android. Everything seems to be finewith desktop browsers as well as some mobile browsers (works fine...

View Article


Load Balancer many different site (1 reply)

Hello,I need to use only one nginx server to configure the load balancing for 3 differents plateforme.When I add the 3 config files under /etc/ngix/conf.d, the nginx take only the first configuration...

View Article

nginx-1.6.3 (no replies)

Changes with nginx 1.6.3 07 Apr 2015*) Feature: now the "tcp_nodelay" directive works with SPDY connections.*) Bugfix: in error handling.Thanks to Yichun Zhang and Daniil Bondarev.*) Bugfix: alerts...

View Article


nginx-1.7.12 (no replies)

Changes with nginx 1.7.12 07 Apr 2015*) Feature: now the "tcp_nodelay" directive works with backend SSLconnections.*) Feature: now thread pools can be used to read cache file headers.*) Bugfix: in the...

View Article

(no subject) (no replies)

_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx

View Article


SSL protected page giving segfaults on load (no replies)

Hi!, anybody has seen core dumps caused by just loading a landing page?:This is the trace I'm seeing, this is in CentOS 6 with nginx-1.6.2-1.el6.ngx.x86_64:Core was generated by `nginx: worker process...

View Article

Understanding locations (multiple locations that do different things) (1 reply)

Hello,I'm new to Nginx, coming from Apache. Now I'm struggling withhow to apply multiple configs and rules to different location (requesttyeps).Easy example, a server/site has PHP support for all of...

View Article

limit_rate for POST targets ? (no replies)

Is there a module that does throttled reading for POST and works the sameway as limit_rate does for GET (per stream, X bytes per second).I got some kind of throttle effect by putting a usleep() into...

View Article
Browsing all 7229 articles
Browse latest View live