I was configuring django few days ago it seems that all went well. Then I started getting internal error 500.
I am not sure what is happening: I check nginx_config, wsgi_params and /etc/hosts
I can't see any error on configuration but when I run.....
python manage.py runserver
python manage.py check
check if nginx runs:
My gitlab site works. So I am not sure if it nginx or uwsgi
I went into the virtual env and ran.
uwsgi --ini [app name].ini
I checked my site nothing is working now: No more internal server error but site is not displaying.
I have done all I could on this but my site cannot display but port 8888 which is gitlab.apilokdon.com....Any help or direction to the positive side will be great. Thanks.