<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Комментарии: Безопасный логин в WordPress с использованием nginx</title>
	<atom:link href="http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/</link>
	<description>Quod scripsi, scripsi</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:51:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: Александр</title>
		<link>http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/comment-page-1/#comment-575990</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjinks.pro/?p=716#comment-575990</guid>
		<description>Все верно</description>
		<content:encoded><![CDATA[<p>Все верно</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Анонимно</title>
		<link>http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/comment-page-1/#comment-303542</link>
		<dc:creator>Анонимно</dc:creator>
		<pubDate>Sun, 28 Aug 2011 12:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjinks.pro/?p=716#comment-303542</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: BestMasterиZация &#124; Информационный портал Ай Тай</title>
		<link>http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/comment-page-1/#comment-3610</link>
		<dc:creator>BestMasterиZация &#124; Информационный портал Ай Тай</dc:creator>
		<pubDate>Sun, 31 Oct 2010 11:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjinks.pro/?p=716#comment-3610</guid>
		<description>[...] http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/ http://blog.sjinks.pro/wordpress/725-689-wp-super-cache-vs-maxsite-cache-part-2/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/" rel="nofollow">http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/</a> <a href="http://blog.sjinks.pro/wordpress/725-689-wp-super-cache-vs-maxsite-cache-part-2/" rel="nofollow">http://blog.sjinks.pro/wordpress/725-689-wp-super-cache-vs-maxsite-cache-part-2/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Vladimir</title>
		<link>http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/comment-page-1/#comment-3367</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Thu, 13 May 2010 15:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjinks.pro/?p=716#comment-3367</guid>
		<description>Поправил, спасибо.</description>
		<content:encoded><![CDATA[<p>Поправил, спасибо.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Ax2M</title>
		<link>http://blog.sjinks.pro/security/716-secure-wordpress-login-with-nginx/comment-page-1/#comment-3366</link>
		<dc:creator>Ax2M</dc:creator>
		<pubDate>Thu, 13 May 2010 11:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjinks.pro/?p=716#comment-3366</guid>
		<description>&lt;blockquote&gt;В этом случае всё просто: нужно добавить следующие строки в виртуальный хост, отвечающий за HTTPS:

&lt;pre lang=&quot;nginx&quot;&gt;
location = /wp-login.php {
    rewrite .* https://example.com/wp-login.php break;
}
&lt;/pre&gt;
&lt;/blockquote&gt;
я прав или ошибаюсь, полагая, что правильнее будет не &quot;отвечающий за HTTPS&quot;, а &quot;отвечающий за HTTP&quot; ?</description>
		<content:encoded><![CDATA[<blockquote><p>В этом случае всё просто: нужно добавить следующие строки в виртуальный хост, отвечающий за HTTPS:</p>
          
<div class="codebox">
    <div class="the_code" style="" id="p7161">
        <div class="code nginx" id="p716code1">
<span class="kw1">location</span> = /wp-login.php {<br />
&nbsp; &nbsp; <span class="kw1">rewrite</span> .* https://example.com/wp-login.php <span class="kw1">break</span>;<br />
}
        </div>
    </div>
</div>

</blockquote>
<p>я прав или ошибаюсь, полагая, что правильнее будет не &laquo;отвечающий за HTTPS&raquo;, а &laquo;отвечающий за HTTP&raquo; ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

