aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/2022-10-28
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-17 01:56:28 +0900
committernsfisis <nsfisis@gmail.com>2023-03-17 01:56:28 +0900
commit77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2 (patch)
tree9df529139da165452ba2db2e33a28898a97dea4a /public/posts/2022-10-28
parent0766039bd9e6b9f5e6334e84666f5be698d41fc3 (diff)
downloadblog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.tar.gz
blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.tar.zst
blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.zip
fix(content): fix XML notations
Diffstat (limited to 'public/posts/2022-10-28')
-rw-r--r--public/posts/2022-10-28/setup-server-for-this-site/index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/public/posts/2022-10-28/setup-server-for-this-site/index.html b/public/posts/2022-10-28/setup-server-for-this-site/index.html
index 2f458ad..a290046 100644
--- a/public/posts/2022-10-28/setup-server-for-this-site/index.html
+++ b/public/posts/2022-10-28/setup-server-for-this-site/index.html
@@ -153,21 +153,15 @@
<ul>
<li>
- <p>
- <code>Port</code>を変更
- </p>
+ <code>Port</code>を変更
</li>
<li>
- <p>
- <code>PermitRootLogin</code>を<code>no</code>に
- </p>
+ <code>PermitRootLogin</code>を<code>no</code>に
</li>
<li>
- <p>
- <code>PasswordAuthentication</code>を<code>no</code>に
- </p>
+ <code>PasswordAuthentication</code>を<code>no</code>に
</li>
</ul>