mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
Add serve_misc to web host app
This commit is contained in:
parent
1f7876bd44
commit
8805734746
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user