Skip to content

Commit

Permalink
Fixed apache config sample for Django deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyMSchafer committed Jan 15, 2019
1 parent 9604b34 commit fc7d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Django_Blog/snippets/django_project.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</Directory>

WSGIScriptAlias / /home/YOURUSER/YOURPROJECT/YOURPROJECT/wsgi.py
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
WSGIProcessGroup django_app

</VirtualHost>
Expand Down

0 comments on commit fc7d6be

Please sign in to comment.