diff --git a/compose/nginx/tn.conf.d/local.conf b/compose/nginx/tn.conf.d/local.conf index 88050f7..948cf09 100644 --- a/compose/nginx/tn.conf.d/local.conf +++ b/compose/nginx/tn.conf.d/local.conf @@ -75,14 +75,6 @@ server { proxy_set_header Host $host; } - location /nostr { - proxy_pass http://127.0.0.1:7777; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - proxy_set_header Host $host; - } - location /relay { proxy_pass http://127.0.0.1:7778; proxy_http_version 1.1;