1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:17:39 +03:00
Files
android_cast/examples/app_hub
Anton Afanasyeu 272c6e5947 Fix project hub 502: directory alias and single index.html.
Alias-to-file broke nginx static serving; inline hub CSS and relative links. One file to copy.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 07:41:53 +02:00
..

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