Site updated: 2022-10-27 14:27:08
This commit is contained in:
10
rss.xml
10
rss.xml
@ -31,9 +31,11 @@
|
||||
<category term="https" scheme="https://blog.jingxiyuan.cn/tags/https/" />
|
||||
<category term="web" scheme="https://blog.jingxiyuan.cn/tags/web/" />
|
||||
<pubDate>Thu, 27 Oct 2022 13:34:00 +0800</pubDate>
|
||||
<description><![CDATA[ <ul>
|
||||
<description><![CDATA[ <h4 id="介绍"><a class="anchor" href="#介绍">#</a> 介绍</h4>
|
||||
<ul>
|
||||
<li>ip 直连一般都映射了 5055, 但是直接访问 5055 极空间只提供了 http 协议,如果希望使用 https 协议则必须使用其它端口进行访问。以下方案采用 nginx 反向代理实现,端口使用 10000 举例。</li>
|
||||
</ul>
|
||||
<h4 id="配置"><a class="anchor" href="#配置">#</a> 配置</h4>
|
||||
<ol>
|
||||
<li>需要先把 10000 端口在路由器上做好映射。</li>
|
||||
<li>证书生成好并放置到 nginx 上。(证书生成方法不做介绍请自行百度)</li>
|
||||
@ -113,9 +115,7 @@ server &#123;
|
||||
&#125;
|
||||
&#125;
|
||||
</code></pre>
|
||||
<ol start="5">
|
||||
<li>问题</li>
|
||||
</ol>
|
||||
<h4 id="问题"><a class="anchor" href="#问题">#</a> 问题</h4>
|
||||
<ul>
|
||||
<li>需要开启允许嵌套否则登陆后所有应用都是拒绝访问</li>
|
||||
<li>需要配置 proxy_redirect 替换响应 url,否则会跳转到默认 http 协议的 5055 端口</li>
|
||||
@ -952,8 +952,8 @@ X-Frame-Options 三个参数:</p>
|
||||
<link>https://blog.jingxiyuan.cn/2022/09/28/%E6%B7%B1%E6%B7%B1%E7%9A%84%E6%8C%AB%E8%B4%A5%E5%92%8C%E6%97%A0%E5%8A%A9%E6%84%9F/</link>
|
||||
<category term="生活" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/%E5%BF%83%E6%83%85/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/tags/%E5%BF%83%E6%83%85/" />
|
||||
<category term="郁闷" scheme="https://blog.jingxiyuan.cn/tags/%E9%83%81%E9%97%B7/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/tags/%E5%BF%83%E6%83%85/" />
|
||||
<pubDate>Wed, 28 Sep 2022 16:02:00 +0800</pubDate>
|
||||
<description><![CDATA[ <p> 一个月都过去了,工作还没有着落!</p>
|
||||
]]></description>
|
||||
|
Reference in New Issue
Block a user