diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-02-14 10:40:33 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-02-14 10:40:33 -0500 |
| commit | 794daa854172bf50239a39655c52faa7147af1a2 (patch) | |
| tree | 12e45c4b52cf632813cbe437c2085ebecc9795a3 | |
| parent | b65f6bd35c8e95984887a972e8fe78f542ad3857 (diff) | |
Fix grammar errors in latest post
| -rw-r--r-- | posts/nfs-multiple-websites.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/nfs-multiple-websites.md b/posts/nfs-multiple-websites.md index d839b03..6fd7b0d 100644 --- a/posts/nfs-multiple-websites.md +++ b/posts/nfs-multiple-websites.md @@ -69,7 +69,7 @@ That's it for handling redirects. ### Beefing Up Security Headers -I also recommend setting up better Security Headers directly inside the `.htaccess` files associated with the core domain directories. Below are more own personal preferences in order to achieve an [A+ security rating](https://securityheaders.com/?q=btxx.org&followRedirects=on), but feel free to change these settings. +I also recommend setting up better Security Headers directly inside the `.htaccess` files associated with the core domain directories. Below are my own personal preferences in order to achieve an [A+ security rating](https://securityheaders.com/?q=btxx.org&followRedirects=on), but feel free to change these settings. ~~~sh <IfModule mod_headers.c> @@ -95,4 +95,4 @@ I also recommend setting up better Security Headers directly inside the `.htacce ## Go Live -Now include your website files in the proper domain sub folders on the server and you're done. Now you have a single point of entry for all your personal/project websites under one NearlyFreeSpeech "site". You also get to keep some extra coin in your wallet, since this will only cost you a fixed rate of $0.05 a day! +Include your website files in the proper domain sub folders on the server and you're done. Now you have a single point of entry for all your personal/project websites under one NearlyFreeSpeech "site". You also get to keep some extra coin in your wallet, since this will only cost you a fixed rate of $0.05 a day! |
