Skip to content

Commit

Permalink
- Typo: UWSGI.ini updating plugins = python to plugins = python3
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 7, 2020
1 parent 66b0b54 commit 08298b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion advanced/contrib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ and the ``/opt/geonode/my-geonode/.env`` is something similar to the following o
uid = <my_user>
gid = www-data
plugins = python
plugins = python3
virtualenv = /home/<my_user>/.virtualenvs/geonode
# set environment variables from .env file
Expand Down
2 changes: 1 addition & 1 deletion install/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ Serving {“geonode”, “geoserver”} via NGINX
uid = geonode
gid = www-data
plugins = python
plugins = python3
virtualenv = /home/geonode/.virtualenvs/geonode
env = DEBUG=False
env = DJANGO_SETTINGS_MODULE=geonode.settings
Expand Down

0 comments on commit 08298b0

Please sign in to comment.