From d885c04e44279b0e092d8ad00d466183b0ecfbe9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 3 Aug 2022 00:11:37 -0600 Subject: HLS over Tor was probably a shitshow anyway --- dist/index.html | 5 ----- nginx.conf | 2 -- 2 files changed, 7 deletions(-) diff --git a/dist/index.html b/dist/index.html index c1bbaa8..0b1f83a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -22,11 +22,6 @@
  • NYC
  • -

    - accessible through Tor at y4b244ai6krmmd6kjjiptqibjb4rvgf7lpeobhpk3j5vkvhqytt6ulyd.onion - if that's your thing. -

    -

    source code available if you're curious.

    diff --git a/nginx.conf b/nginx.conf index 76f33f1..3852340 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,8 +3,6 @@ server { listen [::]:80; server_name pig.observer; - add_header Onion-Location http://y4b244ai6krmmd6kjjiptqibjb4rvgf7lpeobhpk3j5vkvhqytt6ulyd.onion$request_uri; - charset utf-8; charset_types text/xml text/css text/plain application/javascript application/rss+xml; #access_log /var/log/nginx/host.access.log main; -- cgit v1.2.3