Site updated: 2024-01-04 09:03:14
This commit is contained in:
6
rss.xml
6
rss.xml
@@ -90,8 +90,8 @@
|
||||
--http-scgi-temp-path=/usr/local/nginx/scgi</p>
|
||||
<figure class="highlight bash"><figcaption data-lang="bash"></figcaption><table><tr><td data-num="1"></td><td><pre>./configure <span class="token parameter variable">--prefix</span><span class="token operator">=</span>/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_v2_module --with-openssl<span class="token operator">=</span>/home/openssl-3.2.0</pre></td></tr></table></figure><h4 id="编译"><a class="anchor" href="#编译">#</a> 编译</h4>
|
||||
<figure class="highlight bash"><figcaption data-lang="bash"></figcaption><table><tr><td data-num="1"></td><td><pre>make(不要make install)</pre></td></tr></table></figure><h4 id="备份"><a class="anchor" href="#备份">#</a> 备份</h4>
|
||||
<figure class="highlight bash"><figcaption data-lang="bash"></figcaption><table><tr><td data-num="1"></td><td><pre><span class="token function">mv</span> /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.old</pre></td></tr></table></figure><h4 id="更新"><a class="anchor" href="#更新">#</a> 更新</h4>
|
||||
<figure class="highlight bash"><figcaption data-lang="bash"></figcaption><table><tr><td data-num="1"></td><td><pre><span class="token function">cp</span> /root/nginx-1.24.0/objs/nginx /usr/local/nginx/sbin/</pre></td></tr></table></figure> ]]></description>
|
||||
<figure class="highlight bash"><figcaption data-lang="bash"></figcaption><table><tr><td data-num="1"></td><td><pre><span class="token function">cp</span> /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.old</pre></td></tr></table></figure><h4 id="更新"><a class="anchor" href="#更新">#</a> 更新</h4>
|
||||
<figure class="highlight bash"><figcaption data-lang="bash"></figcaption><table><tr><td data-num="1"></td><td><pre><span class="token comment">#关闭 nginx</span></pre></td></tr><tr><td data-num="2"></td><td><pre>nginx <span class="token parameter variable">-s</span> stop</pre></td></tr><tr><td data-num="3"></td><td><pre><span class="token comment">#更新 nginx</span></pre></td></tr><tr><td data-num="4"></td><td><pre><span class="token function">cp</span> /root/nginx-1.24.0/objs/nginx /usr/local/nginx/sbin/</pre></td></tr><tr><td data-num="5"></td><td><pre><span class="token comment">#启动 nginx</span></pre></td></tr><tr><td data-num="6"></td><td><pre>nginx</pre></td></tr></table></figure> ]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<guid isPermalink="true">https://hitoli.com/2023/12/24/Docker-desktop%E9%83%A8%E7%BD%B2nacos/</guid>
|
||||
@@ -169,9 +169,9 @@
|
||||
<category term="Windows" scheme="https://hitoli.com/categories/Windows/" />
|
||||
<category term="工具" scheme="https://hitoli.com/categories/Windows/%E5%B7%A5%E5%85%B7/" />
|
||||
<category term="SpringBoot" scheme="https://hitoli.com/tags/SpringBoot/" />
|
||||
<category term="快速部署" scheme="https://hitoli.com/tags/%E5%BF%AB%E9%80%9F%E9%83%A8%E7%BD%B2/" />
|
||||
<category term="Bat" scheme="https://hitoli.com/tags/Bat/" />
|
||||
<category term="批处理" scheme="https://hitoli.com/tags/%E6%89%B9%E5%A4%84%E7%90%86/" />
|
||||
<category term="快速部署" scheme="https://hitoli.com/tags/%E5%BF%AB%E9%80%9F%E9%83%A8%E7%BD%B2/" />
|
||||
<pubDate>Sat, 28 Oct 2023 19:56:00 +0800</pubDate>
|
||||
<description><![CDATA[ <h4 id="windows部署脚本"><a class="anchor" href="#windows部署脚本">#</a> Windows 部署脚本</h4>
|
||||
<p>只需要把 jar 和 yml 跟批处理放在同一目录下即可点击快速启动。启动后再次点击会关闭上次启动的窗口并重新启动。</p>
|
||||
|
||||
Reference in New Issue
Block a user