diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-26 16:40:37 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-26 16:40:37 -0400 |
commit | 8d3be23a6c3a03a448e82ec54276ac10517fdda5 (patch) | |
tree | f65759d02ee3bcdabd27798475a443af669d5fb5 | |
parent | f9c3ed218026280a0c9ad186e568d241a3b2c46f (diff) | |
download | pablotron.org-8d3be23a6c3a03a448e82ec54276ac10517fdda5.tar.xz pablotron.org-8d3be23a6c3a03a448e82ec54276ac10517fdda5.zip |
content/articles/site-backend.md: improve wording in "Onion Service" section
-rw-r--r-- | content/articles/site-backend.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/content/articles/site-backend.md b/content/articles/site-backend.md index 56dfd62..0700bef 100644 --- a/content/articles/site-backend.md +++ b/content/articles/site-backend.md @@ -544,16 +544,21 @@ The generated [HTML][] has been modified to: ## Onion Service -This site is mirrored as an [onion service][] at the following -([Tor][]-only) [URL][]: +This site is mirrored at the following [onion address][.onion]: [http://pabstordmsrzhushs5drpb5mtb2ml56iyacidsjfebl2jlss65rlbsqd.onion/][pabstor] -Notes: +**Note:** The [onion address][.onion] will only work for [Tor][]-enabled +browsers like [Tor Browser][]. + +Configuration Notes: - Vanity [.onion][] address generated with [mkp224o][]. -- Hosted with [Nginx][] instead of [Apache][]. -- Public site sets [Onion-Location][] response header. +- Served with [Nginx][] instead of [Apache][], because [Nginx][] + can listen on a [domain socket][]. +- Public site sets [Onion-Location][] response header. Allows + [Tor Browser][] users to easily redirect to the [onion + address][.onion]. [Nginx][] configuration: |