Add serve_misc to web host app

This commit is contained in:
Reckless_Satoshi 2024-01-12 11:59:50 +00:00
parent 1f7876bd44
commit 8805734746
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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;
}