diff --git a/web/nginx.conf b/web/nginx.conf index bdd7c09c..8fd1a981 100644 --- a/web/nginx.conf +++ b/web/nginx.conf @@ -48,6 +48,10 @@ http { autoindex on; } + location /clearnetonion_verify { + alias /serve_misc/; + } + location = /favicon.ico { alias /usr/src/robosats/static/assets/images/favicon-96x96.png; }