mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +00:00
Add serve_misc to web host app
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user