mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-20 21:21:36 +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;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /clearnetonion_verify {
|
||||||
|
alias /serve_misc/;
|
||||||
|
}
|
||||||
|
|
||||||
location = /favicon.ico {
|
location = /favicon.ico {
|
||||||
alias /usr/src/robosats/static/assets/images/favicon-96x96.png;
|
alias /usr/src/robosats/static/assets/images/favicon-96x96.png;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user