{% if project not in apps %}
We don't know where this app is running yet.
{% else %} This app is configured but it doesn't appear to be available.
Most likely, this is because:
Try
{% endif %}
{% include "partials/apptable.html" %} Trying to configure loophost for a different app? Just visit https://<yourapp>.{{fqdn}}
{% else %} This app is configured but it doesn't appear to be available.
Most likely, this is because:
- the local app isn't running,
- or the path to the socket is wrong,
- or the permissions on the socket file need to be fixed.
Try
sudo chmod 666 {{apps[project]}}and see if that helps.
{% endif %}
{% include "partials/apptable.html" %} Trying to configure loophost for a different app? Just visit https://<yourapp>.{{fqdn}}