mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:58:51 +03:00
Alias-to-file broke nginx static serving; inline hub CSS and relative links. One file to copy. Co-authored-by: Cursor <cursoragent@cursor.com>
Project hub
cp examples/app_hub/index.html /var/www/localhost/htdocs/apps/app/androidcast_project/
Nginx (nginx.apps.conf.fragment): serve that directory — not alias …/index.html (that causes 502).
nginx -t && rc-service nginx reload