summaryrefslogtreecommitdiff
path: root/maintenance.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-08-29 16:47:53 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-08-29 16:47:53 -0400
commit208d31af3e0cd8141aa27ef02695f388ecd352fb (patch)
treeea71a5499758ba19a30435f906ede706557c8d06 /maintenance.html
parent91b729ac5b9efee4e8b84c853a1a84cdadb60660 (diff)
hide nginx tokens
Diffstat (limited to 'maintenance.html')
-rw-r--r--maintenance.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance.html b/maintenance.html
index d3d9cb3..579c375 100644
--- a/maintenance.html
+++ b/maintenance.html
@@ -14,7 +14,7 @@
<main>
<p>Here are some important topics you should be familiar with whenever you are managing a server.</p>
- <h2>Keep packages up to date.</h2>
+ <h2 id="update">Keep packages up to date.</h2>
<p>All GNU/Linux distributions use package managers to easily be able to install and update packages without manually downloading them.
On Debian, which we use here for these tutorial the package manager is <code>apt-get</code> or <code>apt</code> for short.
</p>