Welcome! Log In Create A New Profile

Advanced

Re: NGINX and Memcached

Vladislav
January 15, 2010 05:22AM
Alexandre Kalendarev пишет:
>> V> Что должно быть в proxy_pass или, как вообще правильно направить
>> V> мимо кэша на vbulletin, если vbulletin - только форум. Ядро - drupal в /var/www/mysite.com
>> vbulletin сам как ему надо использует memcache. в nginx
>> для этого никакие настройки не требуются.
>>
>
> вообще-то можно оптимизировать, чтоб nginx отдавал напрямую закешированные запросы, но надо повозиться с конфигами. Я такое делал, но не для vbulletin и его тонкостей не знаю.
>
А можно хотя бы примерный конфиг? По типу -
> server {
> location / {
> set $memcached_key $uri;
> memcached_pass name:11211;
> default_type text/html;
> error_page 404 @fallback;
> }
>
> location @fallback {
> proxy_pass ?????? ;
> }
> }

_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

NGINX and Memcached

Vladislav January 14, 2010 01:08PM

Re: NGINX and Memcached

Konstantin Svist January 14, 2010 01:30PM

Re: NGINX and Memcached

Vladislav January 14, 2010 01:44PM

Re: NGINX and Memcached

Konstantin Svist January 14, 2010 02:10PM

Re: NGINX and Memcached

Vladislav January 14, 2010 02:28PM

Re: NGINX and Memcached

Konstantin Svist January 14, 2010 02:48PM

Re: NGINX and Memcached

Sergey A. Osokin January 14, 2010 03:00PM

Re: NGINX and Memcached

Vladislav January 14, 2010 04:06PM

Re: NGINX and Memcached

Vladislav January 14, 2010 04:18PM

Re: NGINX and Memcached

Vladislav January 14, 2010 04:44PM

Re: NGINX and Memcached

Andrew Sitnikov January 15, 2010 02:02AM

Re: NGINX and Memcached

Vladislav January 15, 2010 02:12AM

Re[2]: NGINX and Memcached

akalend January 15, 2010 02:22AM

Re: NGINX and Memcached

Vladislav January 15, 2010 05:22AM

Re[2]: NGINX and Memcached

akalend January 15, 2010 04:24PM

Re: NGINX and Memcached

Vladislav January 15, 2010 05:08PM

Re: NGINX and Memcached

Vladislav January 16, 2010 04:16PM

Re: NGINX and Memcached

Ihalainen Nickolay January 16, 2010 04:24PM

Re[2]: NGINX and Memcached

akalend January 17, 2010 04:30AM

Re: NGINX and Memcached

vromanov January 15, 2010 05:20AM

Re: NGINX and Memcached

Maxim Dounin January 15, 2010 05:52AM

Re: NGINX and Memcached

vromanov January 15, 2010 08:14AM

Re: NGINX and Memcached

Andrew Sitnikov January 15, 2010 09:34AM

Re: NGINX and Memcached

vromanov January 16, 2010 01:14AM

Re: NGINX and Memcached

Andrew Sitnikov January 15, 2010 06:04AM

Re: NGINX and Memcached

Дмитрий Андреев January 15, 2010 06:32AM

Re[2]: NGINX and Memcached

akalend January 15, 2010 07:56AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 207
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready