nginx control panel (no replies)
Hi,One of the problems that nginX had in adoption was the lack of support inmainstream webhosting control panel's which powers a very large chunk ofthe Internet . I would like to announce...
View Articleproxy whitelist, exclude domain (no replies)
Hello!My nginx is configured as proxy and I want to know how to exclude specificdomain from proxy_pass.Currently I'm using 'if', any other ideas?config -...
View Articlefastcgi_cache_purge line in config causes segmentation fault since 1.7.8 in...
Hello;for many months I've been running the config shown here: https://rtcamp.com/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/This morning, I apt-get upgraded and got nginx 1.7.8...
View ArticleProblems with nginx-extras on Debian Wheezy (1 reply)
Hi,I have installed nginx-extras on Debian Wheezy. nginx -V shows:--with-http_mp4_module , but if I write mp4; in location / {} it says onrestart: nginx: [emerg] unknown directive " mp4" . thesame with...
View Articlemax_size on proxy_cache_path not working correctly (no replies)
I am having problem with max_size setting on proxy_cache_path. I trying to set a limit on disk caching space that can be used by nginx.It works initially, but after a while the disk space used by nginx...
View ArticleUsers not able to watch videos greater than 10 mins (1 reply)
My site does video streaming and users are not able to play videos greater than 10 mins.After 10-11 mins flowplayer stop playing the video but i don't get any error either by php/nginx/flowplayerIs...
View Article[ANN] Windows nginx 1.7.9.1 Gryphon (no replies)
12:00 17-12-2014 nginx 1.7.9.1 GryphonBased on nginx 1.7.9 (12-12-2014, last changeset 5945:99751fe3bc3b) with;+ win32 file properties+ nginx-http-concat v1.2.2...
View ArticleBoringssl + Nginx 1.8.7 (1 reply)
Hi,I am trying to compile boringssl against nginx.I've got an error while compiling:export NGINX_VERSION 1.7.8export MODULESDIR /usr/src/nginx-modulesexport NPS_VERSION 1.9.32.2I run...
View ArticleNginx case insensitive URL and rewrite URL? (5 replies)
I have Nginx configured as reverse proxyserver {listen 80;server_name www.pluto.com;location / {proxy_set_header X-Forwarded-Host $host;proxy_set_header X-Forwarded-Server $host;proxy_set_header...
View ArticleDefault ssl server and sni (no replies)
I have a bunch of https websites available over a single IP working with sni on nginx 1.0.15.Currently, anyone accessing a domain name that resolves to the same IP is greeted with a certificate...
View Articlelimit_conn working for websocket proxy? (1 reply)
Hi Nginx experts,i am looking for a way to limit connections per ip for proxied websockets through nginx. I found the ngx_http_limit_conn_module settings in the manual. But i am not sure if this works...
View Article499 error reverse proxy (1 reply)
I folks, wondering if I could get your input.I have a nginx 1.7.3 configured as a reverse proxy. The system seems to work fine when not under heavy load. However, there are periods of time when we have...
View ArticleSPDY for http? (2 replies)
Hello all,I have a nginx site configured with spdy on https.But after readinghttps://developers.google.com/speed/articles/spdy-for-mobile I decidedto try spdy also for http.But strangely, after...
View ArticleAWS load balancer, nginx, and Tomcat configuration help (no replies)
I've been reviewing various web pages about and mailing list references, and am hoping for a canonical answer.I've got a customized Tomcat configuration in AWS, and need to load balance multiple...
View ArticleNginx "I'm exiting" error w/ TokuMX (no replies)
Hello Everyone,We (tokutek www.tokutek.com) have a customer that is trying to connect to TokuMX with Nginx and is getting a only an "I'm exiting" message. If you're not familiar with TokuMX, it is a...
View Article[ANNOUNCE] Tengine-2.1.0 released (no replies)
Hi folks,We are very excited to announce that Tengine-2.1.0 (development version)has been released. You can either checkout the source code from GitHub:https://github.com/alibaba/tengine or download...
View Articlenginx proxy_pass configuration to virtualhost (2 replies)
Hi,I would like to redirect to an external URL which is hosted as a apachevirtual host.nginx resolves the host of the url which obviously does little toresolve to the correct web root on the server.|...
View ArticleExclude ip's from Nginx limit_req zone (4 replies)
HiI am using this code to limit connections from ip's :Main nginx config:limit_conn_zone $binary_remote_addr zone=alpha:8m;limit_req_zone $binary_remote_addr zone=delta:8m rate=40r/s;Domain nginx...
View Article"One Time" authentication (+reverse proxy, pam, radius) (no replies)
Hello,I want to create a "reverse" proxy. I want users of the reverse proxyto authenticate to a radius server. I accomplished this by:nginx.conf:server {listen 443 ssl;server_name...
View ArticleOpen source project Announcement: ETPLC support NGINX log format (no replies)
Hello,I am pround to announce my open source project named ETPLC support NGINX log format,for checking ~9088 Threats on your Web server or Proxy Logs!go to http://etplc.org for checking and...
View Article