Re: Issue while running nginx + SSL on windows target machine
I require support of other nginx modules along with SSL (e.g. upload, push straem module). So I need to build nginx with these modules.So please let me know how to solve these issue?Thanks.
View Articlerds-json generate json with index key on first level of array
Hello Nginx listI'm using OpenResty with libdrizzle to provide a faster API to querycertain things from my db.My current config is like this:location ~* ^/resty/usersTable/userId/([0-9\,]+)$...
View ArticleRe: rds-json generate json with index key on first level of array
I just realized that I messed up the formatting. Actually what I'm looking for should be like...
View ArticleRe: rds-json generate json with index key on first level of array
can use ngx_lua(openresty), filter/format the output.--smallfish http://chenxiaoyu.orgOn Mon, Feb 25, 2013 at 4:04 PM, replay <nginx-forum@nginx.us> wrote:> I just realized that I messed up...
View ArticleRe: rds-json generate json with index key on first level of array
Thanks, that would probably be possible.It's just that this URL is called very frequently, so I'm trying to doeverything as resource efficient as possible. I am worried that parsing thejson in lua in...
View ArticleProxy without buffering
Hello,Large POST-request are buffered to disk, before passed to the backend.The backend has troubles to parse the POST-data, if the requests are huge (some GB).We use "haproxy" in front of "nginx", to...
View ArticleRe: Is it possible that nginx will not buffer the client body?
On Mon, Feb 25, 2013 at 10:13:42AM +0800, Weibin Yao wrote:> Can you show me your configure? It works for me with nginx-1.2.7.> Thanks.>Hi,I'm using the nginx 1.2.7 el6 src.rpm rebuilt with...
View ArticleРегулярка для валидации имен в server_name
Приветствую.Может есть у кого рабочий вариант регулярки которая можетпротестировать на валидность имена в server_name?Или может кто-то подскажет другие...
View ArticleRe: Регулярка для валидации имен в server_name
Здравствуйте, Никита.> Приветствую.> Может есть у кого рабочий вариант регулярки которая может> протестировать на валидность имена в server_name?> Или может кто-то подскажет другие...
View ArticleRe: Регулярка для валидации имен в server_name
25 февраля 2013 г., 14:26 пользователь Михаил Монашёв<postmaster@softsearch.ru> написал:> А что значит по-Вашему валидность? Приведите пример валидного и> невалидного хоста.У меня конфиги...
View ArticleRe: Issue while running nginx + SSL on windows target machine
Detailed errror message:Auto configuration failed2675740:error:02001087:system...
View ArticleRe: nginx php-fpm document_root problem, php can see outside root
Which is why you also need something like:disable_functions = "curl_exec,curl_multi_exec,dl,exec,parse_ini_file,passthru,popen,proc_open,proc_close,shell_exec,show_source,symlink,system"For each host.
View ArticleRe: Оптимизация конфига
например, на время деплоя подменять конфигурацию на вот такуюserver {listen 80;server_name localhost;error_page 404 =503 /404.html;root /etc/nginx/docs;location / {index nonexistent.html;}}файл...
View ArticleRe: Оптимизация конфига
On 25.02.2013 18:34, Илья Шипицин wrote:> например, на время деплоя подменять конфигурацию на вот такую> error_page 404 =503 /404.html;> root /etc/nginx/docs;>>> location / {>...
View ArticleRe: Оптимизация конфига
Спасибо, подумаю. Но что-то меня смущает замена конфига полностью.25.02.2013 18:35 пользователь "Илья Шипицин" <chipitsine@gmail.com> написал:> например, на время деплоя подменять конфигурацию...
View ArticleRe: rds-json generate json with index key on first level of array
Hello!On Mon, Feb 25, 2013 at 12:56 AM, Mauro Stettler wrote:> Thanks, that would probably be possible.>> It's just that this URL is called very frequently, so I'm trying to do> everything...
View Articlesplit-clients for vhosts how?
Hallo,what is the right way to use the Module ngx_http_split_clients_module with some vhosts?Varix
View ArticleRe: Регулярка для валидации имен в server_name
Здравствуйте, Уважаемый(-ая, -ое) Никита Козлов!НК> они с точки зрения nginx или нет.Валидность с точки зрения nginx - понятие очень и очень растяжимое.--С уважениемAndrey Repin...
View ArticleRe: Регулярка для валидации имен в server_name
Здравствуйте, Уважаемый(-ая, -ое) Никита Козлов!НК> Приветствую.НК> Может есть у кого рабочий вариант регулярки которая можетНК> протестировать на валидность имена в...
View Article