How to modify POST Request body
Hi guys, i have a NGINX as a reverse proxy but i need to modify the request body of POST data.Let's say that if the POST contains:Content-Disposition: form-data; name="cargaPapeles2:fileCarga";...
View ArticleRe: https for Wowwee Rovio
For whatever reason, the original message attachment was a binary when it should only had been a text file. So the same file with a TXT extension is attached.Rich
View ArticleRe: Nginx as Load Bal to ADFS IIS
Hi cisaksen,Did you get this to work?Best regards, Kristjan.
View Articlestrange file on my nginx directory
Hi from about 1 month I found in my nginx directory a files named "on" with inside many log part of nginx. It's strange and I cannot understand why this file.can you help me?
View ArticleRe: strange file on my nginx directory
Check your config for, error_log logs/error.log on;Or something in that order.
View ArticleGetting errors trying to compile nginx on AIX 6.1
I am trying to compile nginx on AIX 6.1../configure --without-http_rewrite_module --with-http_ssl_module --prefix=/opt/soa/nginx/nginx-1.6.2 --with-http_stub_status_module...
View ArticleProblem using EWS part of exchange
Hi there,i set up nginx for my customers to access their exchange servers (2003/2010) that are hosted by us.OWA -> great, no problemAndroid -> Ok as well (i saw a thread where someone had...
View ArticleProblem with redirect
Hi, i need to make a redirect with nginx, this my file:server {listen 8080;server_name test.domain.com;index index.php index.html;location / {return 301 $scheme://test.domain.com/dashboard;}location...
View ArticleRe: Problem with redirect
Ok i resolved with:http {port_in_redirect off;}in my nginx.confNow have another problem, when i go to test.domain.com/dashboard, nginx insert "/dashbord" at the beginning of URL and not find any...
View ArticleRe: Problem using EWS part of exchange
Hi,i'm still searching but found nothing that can help me.As i have no reply, can you tell me if my question :- is posted in the wrong section- is asked in a bad way- is too difficult :-)- anything...
View ArticleRe: Problem with redirect
Hi,during all my search about another problem, i saw things like that :return 301 $scheme://test.domain.com:80/dashboard;it seems that you can put the the new port into the url. I did not try it, this...
View ArticleSite works fine in iframe, 504s w/o iframe
I have a bit of a head scratcher here.Here's the setup: I have an Apache server that runs vanilla PHP scripts and an Nginx server that runs Wordpress.The Apache server has a PHP script that loads...
View ArticleRe: Site works fine in iframe, 504s w/o iframe
I've pasted my configs for nginx and php-fpm here: http://p.ngx.cc/54
View ArticleAccess to the requested URI has been blocked after adding Favicon .ico
We attempted to add a favicon .ico file to some websites. We use NGINX as a reverse proxy for these sites to redirect the url. After adding the favicon we received the following error message: Access...
View ArticleRe: Getting errors trying to compile nginx on AIX 6.1
Has anybody else run into this issue with AIX 6.1?
View ArticleRe: Getting errors trying to compile nginx on AIX 6.1
Are you sure you got the complete correct sources? looks to me you have mixed sources.
View ArticleConfiguration Nginx with Microsoft Azure
Hi guys,We’re currently having an issue with Nginx 1.6.1. The problem is the following:we’re using Windows Azure Virtual machines to deploy our application and use the upstream module from the Nginx...
View Articlecache decision based on size
Hi,I want to restrict the size of the object that can be cached in nginx. The object crossing the restricted size, should be served to the viewer directly without being cached.What is the best way do...
View ArticleHow do I transfer a http-header attribute as a URL parameter to an upstream?
HiHow do I transfer a http-header attribute as a URL parameter to an upstream?I am configuring a reverse proxy and i am stuck with a configuration problem.I've configured a location "/". Request to /...
View Article