diff options
Diffstat (limited to 'content/articles/site-backend.md')
-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: |