Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9604b34 commit fc7d6beCopy full SHA for fc7d6be
Django_Blog/snippets/django_project.conf
@@ -44,7 +44,7 @@
44
</Directory>
45
46
WSGIScriptAlias / /home/YOURUSER/YOURPROJECT/YOURPROJECT/wsgi.py
47
- WSGIDaemonProcess django_app python-path=/home/YOURUSER/YOURPROJECT/YOURPROJECT/wsgi.py python-home=/home/YOURUSER/YOURPROJECT/venv
+ WSGIDaemonProcess django_app python-path=/home/YOURUSER/YOURPROJECT python-home=/home/YOURUSER/YOURPROJECT/venv
48
WSGIProcessGroup django_app
49
50
</VirtualHost>
0 commit comments