1. Ubuntu での Nginx のインストールは比較的簡単です
次のコマンドを入力するだけです:
<code><span>sudo</span> apt-get update <span>sudo</span> apt-get install nginx</code>
2. Ubuntu でアンインストールすると、注意しないと問題が発生します
<code><span>sudo</span> apt-get remove nginx nginx-common <span># 卸载删除除了配置文件以外的所有文件。</span><span>sudo</span> apt-get purge nginx nginx-common <span># 卸载所有东东,包括删除配置文件。</span><span>sudo</span> apt-get autoremove <span># 在上面命令结束后执行,主要是卸载删除Nginx的不再被使用的依赖包。</span><span>sudo</span> apt-get remove nginx-full nginx-common <span>#卸载删除两个主要的包。</span></code>
上記のコマンドで基本的にインストールを解決できます。 Ubuntu Nginx のアンインストールで問題が発生しました。
').addClass('事前番号付け').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });上記では、Ubuntu への Nginx のインストールと Nginx の正しいアンインストールについて、関連する内容も含めて紹介しています。PHP チュートリアルに興味のある友人に役立つことを願っています。