<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Walless pku隐藏blog怎么做到的]]></title><description><![CDATA[#490 Walless pku隐藏blog怎么做到的]]></description><link>https://www.pkuanvil.com/topic/490/walless-pku隐藏blog怎么做到的</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 02:04:01 GMT</lastBuildDate><atom:link href="https://www.pkuanvil.com/topic/490.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Jul 2023 04:58:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Walless pku隐藏blog怎么做到的 on Wed, 12 Jul 2023 04:58:26 GMT]]></title><description><![CDATA[<p dir="auto">我也给自己的做一个</p>
]]></description><link>https://www.pkuanvil.com/post/2331</link><guid isPermaLink="true">https://www.pkuanvil.com/post/2331</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 12 Jul 2023 04:58:26 GMT</pubDate></item><item><title><![CDATA[Reply to Walless pku隐藏blog怎么做到的 on Sat, 15 Jul 2023 05:57:48 GMT]]></title><description><![CDATA[<p dir="auto">直接用 nginx 写规则就可以 了.</p>
<pre><code>server {
    server_name ...
    listen ...
    charset utf-8;
    location = / {
        return 301 https://189854.xyz/verify;
    }
    location /blog {
        alias /root/blog/_site;
    }
    location ~ ^/(verify$|verify/$|clash|profile).* {
        proxy_pass http://127.0.0.1:9011;
        proxy_set_header Host $host;
        proxy_set_header X-real-ip $remote_addr;
    }
    location / {
        return 404;
    }
}
</code></pre>
]]></description><link>https://www.pkuanvil.com/post/2342</link><guid isPermaLink="true">https://www.pkuanvil.com/post/2342</guid><dc:creator><![CDATA[hiaoxui]]></dc:creator><pubDate>Sat, 15 Jul 2023 05:57:48 GMT</pubDate></item></channel></rss>