<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://eblog.ink/feed/rss/archives/153/">
<title>Eric&#039;s Blog - Nginx 开启http强制跳转https 的评论</title>
<link>https://eblog.ink/archives/153/</link>
<description>Nginx 下由http强制跳转https 的几种方法:方法一 （这是最古老的写法，不推荐）rewrite ^(.*)$  https://$host$1 permanent; 方法二  （比较...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>