Re: Distributed config storage
Sorry, my fault. There are 2 problem we want to resolve:1) All proxy in all DC are the same. For now we use git repo and cronjob which pull configs. Seems distributed fs much better solution in this...
View ArticleRe: Distributed config storage
sladdi Wrote:-------------------------------------------------------> 2) After moving or creating account we need to change nginx config or> add new one. Do nginx have subscriptions to fs or...
View ArticleMonitor connections
Hi,I would like to monitor my Nginx load balancer with connection statistics (total active users, how many are on each node, etc.) similar to http://demo.nginx.com/status.html (note that I am using the...
View ArticleNginx + Tomcat 6 + Subdomain jsp issues
Hi everyone,I have a problem in setting up a configuration with nginx as reverse proxy using subdomains ..I have some apps on several servers , N apps on a tomcat server, N apps on a jboss server and I...
View ArticleNginx + Apache Phpbb
So I have nginx running, and have it running as a reverse proxy to Apache. Apache is my main webserver hosting a Phpbb forum. Now the problem I seem to having is that through nginx I can't log in to...
View ArticlePurge using curl command
Hi,I need to know whether there is any way to achieve PURGE functionality without opting for commercial version of Nginx.I tried "https://github.com/perusio/nginx-cache-purge" which works, but I need...
View ArticleNginx as Load Bal to ADFS IIS
I'm trying to configure an Nginx 1.7.3 as a load balancer to 2 backend ADFS servers running IIS 7.5 with windows authentication. All over SSLupstream adfsproxy {ip_hash;server 1;server 2;keepalive...
View ArticleNGINX + Subsonic + Custom port
I posted on the subsonic forum, but because I'm using nginx, maybe you guys can help.you can find my post on subsonic...
View ArticleRe: NGINX + Subsonic + Custom port
Oh my god! thanks to you!!First upgraded my nginx to the latest (I was running 1.2.1)There is my subsonic config:root@coruscant:/etc/nginx/sites-enabled# cat /etc/default/subsonic## This is the...
View ArticleReplace .php with backslash
How would my try_files look if I wanted to have http://mydomain/script/ instead of http://mydomain/script.php ?I am trying to configure auto-exchanger, it seems that if the url is...
View Articlerewrite question
Hi,I'm new to nginx and would like to rewrite some of my dynamic url's to friendly ones. The one particular one I am having trouble with...
View ArticleNginx + fast-cgi + seafile
Hi all,I've recently installed nginx on my RPi and want to use it to host my seafile server but I am not an expert at reading/writing .conf files well.My nginx.conf file currently:### nginx-passenger...
View ArticleUpload through nginx cut at 64K
I am trying to upload files through nginx proxy_pass to a nodejs server.My location looks like this:location /upload {proxy_pass http://127.0.0.1:8080;chunked_transfer_encoding on;proxy_buffering...
View ArticleNginx alias or root migrate from apache
Hi,Could you help me write nginx config for roundcube?I have configured location as below and as result scripts path is /var/lib/roundcube/webmail/info.php should be /var/lib/roundcube/info.phpHow to...
View ArticleConfiguring NGINX to serve Ruby on Rails and Drupal websites
As I try to migrate my Drupal website from Bluehost to DigitalOcean, I am encountering difficulties with my Nginx setup.I have a live Ruby on Rails app living in ~/Kiji and I'd like for the Drupal one...
View ArticleFolders in same level (Joomla + HRM)
Hello Everyone,I have:..public_html\abc - Joomla (mais website)..public_html\hrm - OragemHRM..public_html\test - generic php folderNginx Confserver{....root /home/public_html/abc;index index.php...
View ArticleNginx load balancer replicate traffic to upstream server
I have nginx loadbalancers accept Post data and send to upstream application servers (Roundrobin) using fastcgi. Now, I would like to replicate traffic to different set of cluster. How do I do that in...
View ArticleOCSP stapling cache
Hello,I'm facing the problem with NGINX 1.6.0 and OCSP stapling.First request of the OCSP request is returning no response (I understand that is an known issue) and this can be fixed by running request...
View ArticleNginx 1.6.0 How to stop %2B to be normalized to + ?
I have a setup in which nginx works as a proxy for couchdb.With this setup I cannot retrieve an attachment with a + in the filename.Example:I want to retrieve file "one+name.jpg" from the server.I do...
View Article