I have an OpenShift DIY app running Python. However, I cannot reach static files like html. (or run php) If I try accessing: mydomain.rhcloud.com/hello.html, I get:
uWSGI Error
Python application not found
.
Could you please help how i can make html files accessible? My directories like:
repo
diy
something.py << It server all requests to the domain, however if it doesn't
hello.html / exists, than I get the above error