Quantcast
Channel: Nginx Forum
Browsing all 53287 articles
Browse latest View live

Re: Nginx & Wordpress

Try adding the following just below the server_name directive:# Add trailing slash to */wp-admin requests.rewrite /wp-admin$ $scheme://$host$uri/ permanent;Edit: I misread your issue, though you might...

View Article


Nginx with Roboo Plugins

Hi,I am looking for some installation guidiline of Nginx with Roboo module (https://github.com/yuri-gushin/Roboo). I have complie nginx with "with-http_perl_module". When every I run "perl Roboo.pm"...

View Article


Re: Проксирование по referrer

как-то так можно попробовать вытащитьmap $http_referer $backend {default -;~*(?<b>[^\;]+)(?:\;|$) $b;}это решит "грабли No.1", но задача в целом выглядит весьма запутанной.21 июня 2013 г., 16:45...

View Article

I really Need this htaccess url rewrite to Nginx rewrite

Dear nginx forum members, im buying the script and it has only apache rules(htaccess) and i have difficulties convert the htaccess to nginx rewrite rules, the file...

View Article

Re: I really Need this htaccess url rewrite to Nginx rewrite

On 06/23/2013 02:14 PM, escavern wrote:> Dear nginx forum members, im buying the script and it has only apache> rules(htaccess) and i have difficulties convert the htaccess to nginx> rewrite...

View Article


Re: ограничение скорости

Здравствуйте, muhas.> limit_rate устанавливает ограничения только для конкретного пользователя.> Есть ли возможность хоть как то ограничить общую скорость для всех> пользователей на уровне...

View Article

Re: ограничение скорости

503 отдавать? Мне надо скорость ограничить, а не посетителей что не влазят выгонять...

View Article

Re: ограничение скорости

Здравствуйте.Думаю, стоит взглянуть: http://mdounin.ru/hg/ngx_http_ip_tos_filter_module/Трафик далее зашейпить.24 июня 2013 г., 1:06 пользователь muhas <nginx-forum@nginx.us> написал:> 503...

View Article


Re: Проксирование по referrer

Да, согласен, задача весьма нетривиальная. Оттого и прошу помощи.Предложеный вариант с использованием map не подходит потому, что mapработает в блоке http, мне же критично запускать его из...

View Article


Re: Проксирование по referrer

Здравствуйте.Блок map только декларируется на уровне http. Вычисление значенияпеременной происходит только при обращении к ней.24 июня 2013 г., 8:38 пользователь admin@sysadmins.el.kg...

View Article

Помогите: m.domain.ru -> m.domain.ru/m, но...

Добрый день.Не могу добиться от nginx казалось бы простой вещи.Есть nginx, и есть jetty за ним.Нужно чтобы пользователь заходил на URL m.domain.ru, а jetty думал что пришли по URL m.domain.ru/m. При...

View Article

Can nginx handle/cache this robot handling case?

Hi everyone.First some background. I'm trying to integrate the method used byPixabay to handle Google Image Search's new design which makes it veryeasy (one button click) for visitors to see an image...

View Article

Re: Why nginx's http parser doesnt use regular expressions?

Hello!On Sun, Jun 23, 2013 at 11:16:21AM +0530, anshuk kumar wrote:> This is in reference to the following code>> https://github.com/joyent/http-parser>> What could be the main reason...

View Article


Re: Redirection issues

Thank you Maxim. :)Is there a way to skip the IF with try_files and still having a 301 footprint?Something like:try_files /beta/info/$arg_id/ =404;

View Article

Re: bug in spdy - 499 response code on long running requests

On Sunday 23 June 2013 09:31:25 justin wrote:> We sometimes have long running HTTPS requests, over 2 minutes, and> occasionally would see 499 response codes, and duplicate (double run)>...

View Article


SPDY: split big data frames

Hi,It is limitation of current nginx spdy implementation that whole data chainis sent by single spdy data frame.Below are changes where I tried to change this behavior and use 32kb dataframes at most...

View Article

FTP proxy just like SMTP

Hi. My company is looking for and expert willing to write efficient FTP proxy, working almost like MailProxyModule. Preferably someone who already has written few modules or maybe is one of main nginx...

View Article


Re: build failed on Linux with x32 ABI

Hello!On Mon, Jun 24, 2013 at 04:01:33PM +0300, Serguei I. Ivantsov wrote:> Hi,>> Nginx failed to build on Linux with x32 ABI.>> >In file included from...

View Article

Re: FPM - fails high / low loads

Updating the somaxconn to 10240 I was able to get the socket to work.. and I changed a few other things but see below for ref.. hope this helps others out there.Nginx configfastcgi_pass 127.0.0.1:9000;...

View Article

Re: FPM - fails high / low loads

changing php fpm config to the following allows me to have 4000-8000 concurrent connections at once and 0 failure rates.. after running numerous ab tests.. it is now in production and running 2 boxes...

View Article
Browsing all 53287 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>