Configuring nginx for both static pages and fcgi simultaneously (3 replies)
I have the following configuration file defined in /etc/nginx/conf.d/my-project.conf (this is on debian). It does what I want, in that it serves static contet in the /css, /images, /js folders along...
View ArticleLoad balancing algorithm (3 replies)
Hello! I got curios with load balancing algorithm, I got scenarios like this. I have 3 galera cluster, each cluster have 3 node and it was solved with stream module. Cluster1: Node1-Cluster1:...
View Articlereponse 500 content (no replies)
Hello, I have a reverse proxy setup in which nginx serves as load balancer for 2 simmiliar java backends. The java applications are supposed to return a XML based content. The problem is, that when an...
View ArticleCan't log x-forwarded-for (3 replies)
nginx version: nginx/1.9.10 Hello,I'm trying to log the client IP within the x-forwarded-for field. http://nginx.org/en/docs/http/ngx_http_log_module.html The only problem is that I think I followed...
View Articletransferring site from apache.... (2 replies)
Hi folks. This is a new one on me. I'm migrating a site from apache, and it's got some minification so that js and css files are presented as: <link rel="stylesheet" type="text/css"...
View ArticleProxy Buffer Sizing (no replies)
Hi NGINX Community, Seeking for your help on the two items related to proxy buffers: 1) Would like to ask guidance how to properly size the ff: proxy_buffers proxy_buffer_size proxy_busy_buffers_size...
View ArticleFwd: Adding dynamic library to nginx module (no replies)
> Begin forwarded message: > > From: Amita Shirish Amte <aamte@petabi.com> > Subject: Adding dynamic library to nginx module > Date: August 2, 2016 at 11:19:24 AM PDT > To:...
View ArticleNGINX http-secure-link 403 !! (4 replies)
Hi, We've configured nginx --with-http_secure_link_module to secure the mp4 links. Currently we're testing it with very basic settings. Following is brief explanation of our lab : A test.mp4 file is...
View Articleaccess log debugging (no replies)
Not sure if it's the heat and I'm tired... Had access logs off for a long time. Decided to start it up again to try and track down a bot issue. Added access_log /var/log/nginx/access.log; to my server...
View ArticleWhitelist certain query string results in infinite redirect loop (1 reply)
Hi. Our login page accepts a query parameter called client_id. Suppose we have three applications and their respective client_ids are: client_id=external-app client_id=internal-app1...
View ArticleCreate custom variable based on another one (2 replies)
Hello there, I'm trying to set a new variable based on another one. I've found this response which is kinda close to what i want to do : https://www.ruby-forum.com/topic/6876231#1176774 map...
View ArticleHey guys! nginx reverse proxy facebook \ twitter \ youtube, can not be login...
Because Internet censorship, I reverse proxy facebook\twitter\youtube, can be accessed????, can not be login????, can not play video????. Like: www.you-tube.com.example.com -> www.youtube.com...
View ArticleBasic Question: Unable to access https:// with www prefix (1 reply)
Hello, I followed the instructions at Digital Ocean for setting up a WordPress installation, including enabling HTTPS on the nginx server. (The instructions are here:...
View ArticleHelp with: no resolver defined to resolve upstream-name (no replies)
Hello, (Short version: what could cause nginx to try to resolve a name used as the upstream backend configured name? Long version follows in the body of the message). I have a weird problem, which...
View ArticleRe: Basic Question: Unable to access https:// with www prefix (no replies)
This is not nginx redirecting, as there is no response body. Most likely it is your wordpress configuration that needs attention. On Thu, Aug 4, 2016 at 5:03 PM, lukemroz...
View ArticleNginx reverse proxy image not loading (no replies)
Hi All, I am trying to configure Nginx as a reverse proxy for one of the web servers. Web application is working fine but dynamic images are not loading, graphs are configured as img_src with an http...
View ArticlePUT files and HTTP::Tiny ( chunked transfert ) (3 replies)
Dear Nginx List Readers, I am trying to send files to nginx dav mod with perl. When using simple transfer with one big chunk in the BODY it s ok. But if i want to send the file chunk by chunk, i have...
View ArticleNginx Caching Error Response Code like 400 , 500 , 503 ,etc (2 replies)
Hi Everyone, We are using Nginx as Caching Server . As per Nginx Documentation by default nginx caches 200, 301 & 302 response code but we are observing that if Upstream server gives error 400 or...
View ArticleReturn proper status codes (404, 302) from client-side Single Page...
Hello, I have the following scenario: - Client: AngularJS-based SPA running on www.example.com - Backend: API running on api.example.com Both live in one nginx instance in two separate "server"...
View Articlecan't setup nginx as transparent proxy server (2 replies)
Hi, I am relatively new to nginx. I would like to setup nginx as a transparent reverse proxy. Here is the topology of my network. ,---- | +------------------------+ | | | | | 192.168.56.109:80 | <--...
View Article