summaryrefslogtreecommitdiffstats
path: root/tutorials/how-to-make-this-site.html
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-10-29 19:05:50 -0400
committermjfernez <mjf@mjfer.net>2021-10-29 19:05:50 -0400
commitabf4347b277c4eb35e6e25371da130ea5e54a5d9 (patch)
tree01d5d50119a07b2d0d7146e6dce816fffebfc266 /tutorials/how-to-make-this-site.html
parent121444d36e7a3cfe01f7a79bffcea7e92a944e70 (diff)
downloadsite-files-abf4347b277c4eb35e6e25371da130ea5e54a5d9.tar.gz
Scrub ascii
Diffstat (limited to 'tutorials/how-to-make-this-site.html')
-rw-r--r--tutorials/how-to-make-this-site.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html
index 112bbe2..8469fbd 100644
--- a/tutorials/how-to-make-this-site.html
+++ b/tutorials/how-to-make-this-site.html
@@ -16,7 +16,7 @@
<p>Because of that, I think it's important to understand that "running your own website" is not just a <em>technical</em> ordeal, but also an <em>economic</em> one since you have to carefully think about what it means to you to <em>own</em> your server, your software, and your hardware. That doesn't mean it's hard to do, just that there's options.</p>
<p><a id="thepoint"></a> ## What is a web server and how do I run one? <em>TL;DR a web server is just a program that lets other computers on a network view files in a chosen folder. All you need to do is download a web server: apache and nginx are popular ones, but you can easily program your own with web frameworks like <a href="https://flask.palletsprojects.com/en/2.0.x/">Flask</a> or <a href="https://facil.io/">Facil</a></em></p>
<p>You can run a web server for free right now. If you're on windows go download Apache for Windows <a href="https://httpd.apache.org/docs/current/platform/windows.html">here</a> and follow the set up guide <a href="https://www.liquidweb.com/kb/how-to-install-apache-on-a-windows-server/">here</a>. If you're on Linux, you probably already have it installed.</p>
-<p>Find the configuration file in <code>sites-available/default</code> (on windows, this may be led by C:FilesSoftware Foundation ). You'll see something like the following:</p>
+<p>Find the configuration file in <code>sites-available/default</code> (on windows, this may be led by C:FilesSoftware Foundation&#xA0;). You'll see something like the following:</p>
<pre><code>&lt;VirtualHost *:80&gt;
ServerAdmin webmaster@localhost