Re: reload vs restart nginx
lordkevin Wrote:-------------------------------------------------------> Спасибо за хороший дорогой пост ...
View ArticleRe: proxy_store_access для файлов, создаваемых proxy_cache
Присоединяюсь, вот сейчас надо почистить кэш, а приходится из под рута.
View ArticleUpdate the Chinese documentation with the nginx.org website
Hi folks,We have translated the nginx documentation into Chinese with the latestversion (nginx.org repository, Dec 20th).More Modules whose Chinese description are...
View ArticleRewrite all urls inside location block in nginx
Hello,I have a config likelocation = /foo.xml { if ($scheme = https) { rewrite .*http://$http_host/foo.xmlpermanent; }}But as you can see, the file is already matched with the location block, itseems...
View ArticleRe: Rewrite all urls inside location block in nginx
On Mon, Dec 24, 2012 at 5:01 PM, howard chen <howachen@gmail.com> wrote:>> Hello,>> I have a config like> location = /foo.xml { if ($scheme = https) { rewrite .*>...
View ArticleRe: Update the Chinese documentation with the nginx.org website
Hi there,On Mon, Dec 24, 2012 at 04:52:44PM +0800, 姚伟斌 wrote:> Hi folks,> We have translated the nginx documentation into Chinese with the latest> version ([1]nginx.org repository, Dec...
View ArticleRe: Update the Chinese documentation with the nginx.org website
2012/12/24 Ruslan Ermilov <ru@nginx.com>> Hi there,>> On Mon, Dec 24, 2012 at 04:52:44PM +0800, 姚伟斌 wrote:> > Hi folks,> > We have translated the nginx documentation into...
View ArticleRe: Как закрыть проксируемый сайт?
Спасибо за идею, но я лучше тогда файрволом закрою. Плодить еще один слой прокси не хочется.
View ArticleRe: Update the Chinese documentation with the nginx.org website
When using justified text, the white space among the text is over 30pixels, very ugly. It is because there are much fewer white space inChinese text than in text written by other language.On Mon, Dec...
View ArticleRe: Редирект любого request uri в корень
Hello!On Sun, Dec 23, 2012 at 02:35:40PM -0500, petbka wrote:> В общем-то я думал об этом варианте, но было лень что-то переписывать.> Появился ещё один вопрос и задать его хотелось бы тут. Видел...
View Articlenginx log time stamps customization
Hello NGINX Dev team:Hope you can help answer a simple question (I've gone through documentations and experimented with it and the answer seems no but hoping to get confimration from "the" authority on...
View Article[nginx] svn commit: r4990 - trunk/src/http/modules
Author: ruDate: 2012-12-24 16:40:55 +0000 (Mon, 24 Dec 2012)New Revision: 4990URL: http://trac.nginx.org/nginx/changeset/4990/nginxLog:Trailing whitespace...
View Article[nginx] svn commit: r4991 - in trunk/src/http: . modules
Author: vbartDate: 2012-12-24 17:32:53 +0000 (Mon, 24 Dec 2012)New Revision: 4991URL: http://trac.nginx.org/nginx/changeset/4991/nginxLog:Fixed HEAD requests handling when proxying is used (closes...
View ArticleRe: http_gunzip_module
nginx 1.3.9 модулем gunzip_filterвот такая конфигурация:location /xxx/ {index index.html.gz;gunzip on;default_type text/html;add_header Content-Encoding gzip;gzip_vary on;gzip_static always;}всегда...
View ArticleRe: http_gunzip_module
On Monday 24 December 2012 23:49:17 dwow wrote:> nginx 1.3.9 модулем gunzip_filter>> вот такая конфигурация:> location /xxx/ {> index index.html.gz;>Сжатый файл называется...
View ArticleRe: http_gunzip_module
On Tuesday 25 December 2012 00:09:46 dwow wrote:> если ставить вашу конфигурацию, то 403 ошибка.>index и gzip_static при отсутствии index.html,вместе работать не будут.--Валентин...
View ArticleRe: error_page can not work in if directive
Hello!On Tue, Dec 25, 2012 at 10:09:45AM -0500, xinghua_hi wrote:> thank you very much, but i sitll want to know why error_page can't work> normally in if block.> I see the error_page 's...
View ArticleProblem when using subfolder
Hi There,need to solve the following Problem:location / should point to /var/www/myfirstsideand location /subside should point to /var/www/mysecondsideI have no idea how to solve this.I tried:location...
View Article