aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-08-03 00:11:37 -0600
committerMelody Horn <melody@boringcactus.com>2022-08-03 00:11:37 -0600
commitd885c04e44279b0e092d8ad00d466183b0ecfbe9 (patch)
treee1de5d35a3b519c9b6c6a34895d9f6487e1f195f
parent419d5dbe6bf8e378bb256446bf77c449223b21cb (diff)
downloadpig.observer-d885c04e44279b0e092d8ad00d466183b0ecfbe9.tar.gz
pig.observer-d885c04e44279b0e092d8ad00d466183b0ecfbe9.zip
HLS over Tor was probably a shitshow anyway
-rw-r--r--dist/index.html5
-rw-r--r--nginx.conf2
2 files changed, 0 insertions, 7 deletions
diff --git a/dist/index.html b/dist/index.html
index c1bbaa8..0b1f83a 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -23,11 +23,6 @@
</ul>
<p>
- accessible through Tor at <code>y4b244ai6krmmd6kjjiptqibjb4rvgf7lpeobhpk3j5vkvhqytt6ulyd.onion</code>
- if that's your thing.
-</p>
-
-<p>
source code <a href="https://github.com/boringcactus/pig.observer">available</a> if you're curious.
</p>
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;