From 0afb5c585fc298496d332bafb9f98e8036d83477 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 18 May 2025 10:30:14 -0400 Subject: static/files/articles/site-backend/pablotron.org.conf.txt: add Onion-Location header --- static/files/articles/site-backend/pablotron.org.conf.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/files/articles/site-backend/pablotron.org.conf.txt b/static/files/articles/site-backend/pablotron.org.conf.txt index 97a60d2..34ce8a6 100644 --- a/static/files/articles/site-backend/pablotron.org.conf.txt +++ b/static/files/articles/site-backend/pablotron.org.conf.txt @@ -30,6 +30,9 @@ # POST needed for /hooks Header append "Access-Control-Allow-Methods" "POST, GET, HEAD, OPTIONS" + # expose tor onion service (2025-05-18) + Header set "Onion-Location" "http://pabstordmsrzhushs5drpb5mtb2ml56iyacidsjfebl2jlss65rlbsqd.onion%{REQUEST_URI}s" + # cache images, stylesheets, and javascript for 1 year Header set Cache-Control "max-age=31536000, public" -- cgit v1.2.3