From 8d3be23a6c3a03a448e82ec54276ac10517fdda5 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 26 May 2025 16:40:37 -0400 Subject: content/articles/site-backend.md: improve wording in "Onion Service" section --- content/articles/site-backend.md | 15 ++++++++++----- 1 file 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: -- cgit v1.2.3