# Project hub ```bash 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). ```bash nginx -t && rc-service nginx reload ```