diff options
author | mjfernez <mjf@mjfer.net> | 2023-09-28 17:14:37 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-09-28 17:14:37 -0400 |
commit | 6483e05be09027a36be39257f6241e816d68564f (patch) | |
tree | e6e36371d188247f71ff1bea30d6a89a401cb8d6 /.md/tutorials/www/how-to-make-this-site.md | |
parent | 002118777ddf2f81d2894d81bc7fadc64dbbc36f (diff) | |
download | site-files-6483e05be09027a36be39257f6241e816d68564f.tar.gz |
Poor English edits, removed condescension
Diffstat (limited to '.md/tutorials/www/how-to-make-this-site.md')
-rw-r--r-- | .md/tutorials/www/how-to-make-this-site.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.md/tutorials/www/how-to-make-this-site.md b/.md/tutorials/www/how-to-make-this-site.md index d62e47c..0a2d201 100644 --- a/.md/tutorials/www/how-to-make-this-site.md +++ b/.md/tutorials/www/how-to-make-this-site.md @@ -125,7 +125,7 @@ server { For now, you don't need to change anything, so don't worry about what it means. -But do note the directory set on "root." This is where the web server +But note the directory set on "root." This is where the web server looks for files and folders. You can change this, but usually, you don't need too. Any files or folders you put under "/var/www/html" will be included as part of the web server when viewed in a web browser. |