Request buffering when uploading big file
Hi.I'm using nginx as a front-end on file uploader. It gets PUT request fromclient and then proxy_pass it to custom uploader. The problem is nginx isbuffering whole request body (which may be very...
View ArticleRe: How can i get ip and port under forward proxy
Hello!On Wed, Jun 05, 2013 at 09:10:10PM -0400, honwel wrote:> Ok, code is as follow:[...]> ngx_peer_connection_t *pc;> u_char sa[NGX_SOCKADDRLEN];> socklen_t len;> u_char...
View ArticleProxypass subfolder entries to another link
Dear SupportCurrently we have nginx proxypass to tomcat service and is working fine.server {listen 80;server_name app.geo.com;location / {if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1...
View Articlerewrite для URI со знаком вопроса
Всем привет!У меня простейшая задача, которую почему-то никак не решить..Хочется, чтобы все кто обращался бы на URI:/path2/blablabla.action?licenseRequest=ABC123перманентно перенаправлялся бы...
View ArticleThe addition before sub
Hello,I want to inject something before </body> and before </head>, but even ifthere is no </body>.So used add_after_body /after_body;/after_body returns the text </body>, so...
View ArticleRe: rewrite для URI со знаком вопроса
06.06.2013 17:22, siroco пишет:> Всем привет!Добрый день, siroco!> Хочется, чтобы все кто обращался бы на URI:> /path2/blablabla.action?licenseRequest=ABC123>> перманентно...
View ArticleRe: The addition before sub
Hello!On Thu, Jun 06, 2013 at 03:41:53PM +0200, Witold Filipczyk wrote:> Hello,> I want to inject something before </body> and before </head>, but> even if there is no...
View Articlethread started by module put to sleep state
Hi everyone,I've been trying to embed mono within nginx to serve requests with ASP.NET just for learning purposes (I know there is a FastCGI server for mono out there), and I'm running into a...
View ArticleRe: rewrite для URI со знаком вопроса
Спасибо за оперативный ответ!А если у меня сам "path2" еще проксируется в Tомкат:location /path2 {proxy_buffering on;proxy_pass http://some_server;proxy_read_timeout 120;proxy_set_header Host...
View ArticleRe: The addition before sub
W dniu 06.06.2013 o 15:57 Maxim Dounin <mdounin@mdounin.ru> pisze:> Hello!>> On Thu, Jun 06, 2013 at 03:41:53PM +0200, Witold Filipczyk wrote:>>> Hello,>> I want to inject...
View ArticleRe: rewrite для URI со знаком вопроса
06.06.2013 19:41, siroco пишет:> Спасибо за оперативный ответ!>> А если у меня сам "path2" еще проксируется в Tомкат:>> location /path2 {>> proxy_buffering on;> proxy_pass...
View ArticleRe: The addition before sub
Hello!On Thu, Jun 06, 2013 at 05:43:14PM +0200, Witold Filipczyk wrote:> W dniu 06.06.2013 o 15:57 Maxim Dounin <mdounin@mdounin.ru> pisze:>> >Hello!> >> >On Thu, Jun 06,...
View ArticleRe: The addition before sub
W dniu 06.06.2013 o 19:56 Maxim Dounin <mdounin@mdounin.ru> pisze:> Hello!>> On Thu, Jun 06, 2013 at 05:43:14PM +0200, Witold Filipczyk wrote:>>> W dniu 06.06.2013 o 15:57 Maxim...
View Articlelimit_req странное поведение
Столкнулся с очень неожиданной проблемой, limit_req ведет себя непредсказуемо.Установка любого количества запросов в limit_req_zone сводится к ограничению,которое устанавливается через limit_req.Такой...
View ArticleRe: rewrite для URI со знаком вопроса
On Thursday 06 June 2013 21:32:10 Andrey Kopeyko wrote:> 06.06.2013 19:41, siroco пишет:> > Спасибо за оперативный ответ!> >> > А если у меня сам "path2" еще проксируется в...
View ArticleRe: limit_req странное поведение
Hello!On Thu, Jun 06, 2013 at 08:31:23PM +0100, Anatoly Mikhailov wrote:> Столкнулся с очень неожиданной проблемой, limit_req ведет себя непредсказуемо.> Установка любого количества запросов в...
View ArticleRe: limit_req странное поведение
On Thursday 06 June 2013 23:31:23 Anatoly Mikhailov wrote:> Столкнулся с очень неожиданной проблемой, limit_req ведет себя> непредсказуемо. Установка любого количества запросов в...
View ArticleGreetings from Belgium
Hi to everyone and greetings from Belgium.New to this forum. New to Nginx. Got some question but will post them in the appropriate section.CheersEelm
View Articlegunzip module and buffer managment
I'm trying to use the http_gunzip module as an example for a filter I am trying to write. I'm particularly interested in the buffer management.The module has a value in its ctx stuct called...
View ArticleHTTPS To HTTPS For Vmware Workspace
Hi to everyone,been struggling on this lately and even if I have been reading a lot on forums, blogs I still can't figure it out and maybe I should have asked straight in the beginning at the source.A...
View Article