From 88057347460d57df160777f67a2241e72ee1cd50 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Fri, 12 Jan 2024 11:59:50 +0000 Subject: [PATCH] Add serve_misc to web host app --- web/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) 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; }