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

high performance infra strutucre (no replies)

Hey,this is my first message to this mailing list. I am not, right now, usingnginx, but i would like to do so.My intent is the following:I would like to build a farm of x web server. I would like to...

View Article


Nginx key-drivers (1 reply)

Hi!I with my group from university are describing Nginx in our project.We need to know what are your key-drivers.At the moment I found Performance, Security and Extensibility from yourofficial Nginx...

View Article


newbie- How to use nginx as a load balancer (no replies)

Hello all,I have recently been introduced to nginx, hence pardon me if my questions sound silly to you :)(1) Kindly let me know how I can programmatically create/update/remove load balancers for use...

View Article

Nginx with SPDY + Django/Gunicorn (1 reply)

HiI'm trying to setup a test configuration of SPDY enabled Nxing withDjango/Gunicorn on my localhost. My config looks like so:http://pastebin.com/xiQsYDCTSPDY is working when I use https and doesn't...

View Article

[ANN] ngx_openresty stable version 1.2.4.14 released (no replies)

Hello, allI am happy to announce the new stable version of ngx_openresty, 1.2.4.14:http://openresty.org/#DownloadSpecial thanks go to all our contributors and users for helping make thishappen!This is...

View Article


Rewrite all urls inside location block in nginx (1 reply)

Hello,I have a config likelocation = /foo.xml { if ($scheme = https) { rewrite .*http://$http_host/foo.xmlpermanent; }}But as you can see, the file is already matched with the location block, itseems...

View Article

nginx log time stamps customization (no replies)

Hello NGINX Dev team:Hope you can help answer a simple question (I've gone through documentations and experimented with it and the answer seems no but hoping to get confimration from "the" authority on...

View Article

Using Crypt::OpenSSL::RSA with http_perl_module problem (no replies)

Hi all:I am trying to utilize Crypt::OpenSSL::RSA perl module that is called from within the the http_perl_module handler. The interesting part is that if I use this module from a strait perl script...

View Article


HttpUploadProgressModule + uwsgi (no replies)

http://wiki.nginx.org/HttpUploadProgressModulereads "the location must be a proxy_pass or fastcgi location"Will it work for uwSGI location?Thanks.

View Article


How to get maximum number of connection, I have ever got on my server? (no...

Is there a way I can log current number of active connection in nginx?I want to check the max number of parallel connection I am getting on myserver.regardsVivek...

View Article

error_page can not work in if directive (6 replies)

I want to display different pages when 413 code return, for exampleset $var 1;if ($var = 1) {error_page 413 /413_old.html;}if ($var =2) {error_page 413 /413_new.html;}error_page can not work, but I...

View Article

nginx-1.3.10 (no replies)

Changes with nginx 1.3.10 25 Dec 2012*) Change: domain names specified in configuration file are now resolvedto IPv6 addresses as well as IPv4 ones.*) Change: now if the "include" directive with mask...

View Article

Problem when using subfolder (4 replies)

Hi There,need to solve the following Problem:location / should point to /var/www/myfirstsideand location /subside should point to /var/www/mysecondsideI have no idea how to solve this.I tried:location...

View Article


How to use the gzip format for access_log in the new 1.3.10? (3 replies)

Guys I updated from nginx 1.3.9 to 1.3.10, edited my access_log line andhere it is now:*access_log /var/www/blahblah/logs/access.log gzip buffer=32k;*Unfortunately when I restart nginx I get this...

View Article

Changed /usr/share/nginx/html/ softlink, now nginx won't serve it @localhost...

Nginx 1.2.4 on Ubuntu 12.04 x64 desktopI have a pure html site located at:~/Projects/Clients/ANS/src/MetroBusiness.ansThat is softlinked to nginx's localhost...

View Article


Complancy with the IETF specifications (RFCs 1945, 2616 and 2396) (1 reply)

HiI am currently making a research related to different HTTP server implementations.To make my research results complete, I would like to know if Nginx web server is fully compliant with the following...

View Article

"msie_padding on" doesn't work? (2 replies)

msie_padding is set to on by default (and I didn't change it). Today Iadded this line to my location php block:if ($http_user_agent ~ "MSIE 6" ) {return 403 "Browser not supported. Please update or...

View Article


Access to location configs from postconfiguration (no replies)

Hello,I'm writing my first nginx module and want perform some per-locationinitialization (and validation) in postconfiguration function.Unfortunately I've found that only named locations can be...

View Article

rewrite or internal redirection cycle while internally redirecting to...

Hello everyone,I'm having some issue with X-accel and I'd be happy if someone could look over my configuration file and let me know what I did wrong.I am basically running nginx/1.2.5 with php-fpm...

View Article

Disable auth_basic for unique (set of) URL (1 reply)

Hello,I am using the auth_basic directive to restrict access to a whole server(auth_basic server-wide set, not in any particular location).Since I am using php, I am also using:location ~ \.php$...

View Article
Browsing all 7229 articles
Browse latest View live