diff --git a/web/nginx.conf b/web/nginx.conf index b78e2e9f..8fd1a981 100644 --- a/web/nginx.conf +++ b/web/nginx.conf @@ -52,14 +52,6 @@ http { alias /serve_misc/; } - 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 = /favicon.ico { alias /usr/src/robosats/static/assets/images/favicon-96x96.png; }