request.host などがちゃんとリモートホストのドメイン名を指すように、
以下のように設定します。

pre>>
location / {

..snip..

proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

..snip..

}
<<--

ちょっと設定を忘れていてRSS中のGUIDがlocalhsotを指すという問題が発生しておりました。現在は復旧しております。
ご不便をおかけいたしましたことをお詫びいたします。

posted by genki genki on Wed 25 May 2011 at 23:07 with 0 comments