Cannot create directory alias (with php pages) (1 reply)
Hello,I have a hard time trying to make a "directory alias" (in Apacheterminology - sorry, I still have a lot to learn on nginx)...I have piwik.example.com, configured to run piwik analytics (it is a...
View Article'auto'rewrite link to a folder (1 reply)
Hi all,i am looking for a 'simple rewrite rule' like typing :FOLDER.2maxi.comwill point the folder /var/www/FOLDER/and the folder is create by ngninx user, with winscp.my old vps debian6,...
View ArticleMicrocache : empty pages ? (no replies)
I have somme strange comportement on nginx 1.7.4 / Freebsd 9 : Some Wordpress microcached pages rendered ..EMPTY HTML pages , for about 1/20 visitors .When it happens, we have to make a forced reload...
View Articlecould not find "/usr/local/nginx" after yum install nginx (1 reply)
hello,i'm new to nginx.i'm using "yum" to install nginx.i followed the instruction(http://wiki.nginx.org/Install),and added repository for nginx.After i finished it,i can't find this...
View ArticleProblem with a reverse proxy and trailing slash redirects (1 reply)
HelloWe have a service for our customers that allows them to test their sitebefore they point their DNS to our servers. It works like this: weconfigure their websites in our backend servers as usual,...
View ArticlePatch against server DOS (1 reply)
Hello,My NGINX got a denial of service. The machine proxied large files using "proxy_store".Someone was creating an artifical request for a rarely used file, causing NGINX to download a big file from...
View ArticleDisable Upstream Timeouts in Custom Module (no replies)
I have a custom module that is proxying an upstream TCP based server. I can manipulate the timeouts by changing the ngx_http_upstream_conf_t's read_timeout and send_timeout to increase the timeout....
View Articlehelp debugging nginx core dump (no replies)
Hi expert,I am running into nginx core dump issue and I need experts help in debugging. Thank you so much!we are running nginx 1.6.1 on centos 5.6nginx version: nginx/1.6.1built by gcc 4.1.2 20080704...
View Articleaio breaks spdy (4 replies)
HiI have been tracing an issue for the past couple of days and havenarrowed down the case to when spdy is being used with aioTesting using a 1GB file download in chrome and firefox, http and...
View Articleredirect question (inception inside) (5 replies)
I want to redirect /us/us/directory/filename to the /us/directory/filename directory on my Nginx server.but thisif ( $request_filename ~ /us/us/.+ ) {rewrite ^(.*) http://mysiteurlt/us/$1...
View Articlehelp cannot add mod_rewrite in nginx site configuration (no replies)
helloi don't know how to add this code=====================================rewrite "^/([0-9A-Za-z]{12})(\/.+|\.html?|)$" /dl?op=download1&id=$1&fname=$2 last;rewrite...
View Articlelisten spdy per server_name (no replies)
HiIt seems that if I have 2 server {} sections, one with spdy enabled andone without, spdy is still accepted on the secondserver{server_name "";listen 80;listen 443 ssl spdy;}server{server_name...
View ArticleDNS problem (no replies)
I know nginx 1.7.4 fixes a bug about DNS resolver, but i do not quiteunderstand why this would lead to a request hang, Because there is atimeout handling, at a specified time if there is no response...
View ArticleWebDAV with Authentication Layer (no replies)
Hi folks,I'm using Nginx as a WebDAV server using nginx-dav-ext-module. Now Ineeded to add an authentication layer to the WebDAV server whichcouldn't only be relying on a static htpasswd file. So I...
View ArticleUse of boringssl equal-preference cipher groups with nginx (no replies)
Hi,I have successfully compiled nginx/1.7.4 with boringssl. One thing I amnot sure if it's possible already is to take advantage ofequal-preference cipher groups that Boringssl supports. For...
View Articleproxied request hang when DNS server down (no replies)
http {resolver 127.0.0.1;resolver_timeout 1s;server {listen 8000;location /test {proxy_pass http://$arg_host:8080;}}server {listen 8080;.......}}ps: other configure is normalI have recently discoverd...
View ArticleBig dispersion in requests execution time. (no replies)
Hi,I faced the following problem. Our server works under the constant load of 300-400 requests per second.From request execution time statistics I see that in some cases "fast" request(that normally...
View Articlehow to run wordpress on nginx in windows 8 ? (no replies)
HiI install nginx to try it on windows 8now it run on localhost:8080installed mysql and php on itpaste wordpress folder on c:\nginx\htmland browse : localhost:8080/nginx/html/wordpressbut it can't find...
View ArticleStarting to redirect HTTP to HTTPS without breaking POST requests (no replies)
Hi,in a single server block listening on both 80 and 443 ssl, currently in production, I want to start redirecting all HTTP GET requests to HTTPS ... but keep serving non-GET requests on HTTP for a...
View ArticleHow can I run more than one process on Windows? (1 reply)
Despite sending an async request to the server over AJAX, the server will not respond until the previous unrelated request has finished. The following code is only broken in this way on Nginx, but runs...
View Article