You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing the same issue like @kenneth-l-i .
It always show error when I use this command: uwsgi --ini uwsgi.ini
"realpath() of uwsgi.ini failed: No such file or directory [core/utils.c line 3662]"
I'm trying to figure out what happened but can't find anyway to fix it.
Hope someone can help me.
It doesn't matter where you put the file, as long as you pass the correct path to uwsgi. If you are running uwsgi --ini uwsgi.ini, uwsgi.ini better exist in the current directory.
Hi , i want to know which path should I put in the uwsgi.ini.
if the virtualenv is in /dmoj/
is chdir /dmoj/site? how about pythonpath?
The text was updated successfully, but these errors were encountered: