diff options
| author | ClosedGL2 <65987045+ClosedGL2@users.noreply.github.com> | 2022-01-14 04:56:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-14 04:56:35 -0700 |
| commit | a67def8f42bb37c06c22c622d55464134651d30f (patch) | |
| tree | 45e72e2ad46d14a62fd3d03c7e3b2e7f67c91e77 /standalone.html | |
| parent | fd272398c096e9ed8e06cd96b91508bf0e1c163d (diff) | |
| parent | 90fa2b43ccb3eb04e9ac9d6f39d2e729e778639e (diff) | |
Merge branch 'LukeSmithxyz:master' into master
Diffstat (limited to 'standalone.html')
| -rw-r--r-- | standalone.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone.html b/standalone.html index 2336b2f..c9204d8 100644 --- a/standalone.html +++ b/standalone.html @@ -27,6 +27,6 @@ systemctl start nginx</code></pre> <p>The reason we deactivate Nginx is that it uses the ports that Certbot will want to bind to, and thus we must temporarily turn Nginx off to let Certbot use those ports. (What it actually does is spin up a dummy webserver that doesn't need to think about the Nginx configuration.)</p> <p>This is just a little note of something that might confuse people, but the three commands above should suffice. If your site is still managed by Nginx, it should still be able to renew with simple <code>certbot renew --nginx</code> without a problem.</p> </main> - <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> + <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="donate-bitcoin.html"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="donate-monero.html"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> </body> </html> |
