Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jaster
Respect My Net
Commits
02219315
Commit
02219315
authored
Apr 22, 2017
by
Porkepix
Browse files
FIX: Typos in README
parent
3f439029
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
02219315
...
...
@@ -47,8 +47,8 @@ manage.py tool.
## Set-up uwsgi
You need to create an application for uwsgi. Create a file in
/etc/uwsgi/apps-available with the fllowing content. Adap
a
t to your needs
and
read the documentation:
`
/etc/uwsgi/apps-available
`
with the f
o
llowing content. Adapt to your needs
and
read the documentation:
[uwsgi]
plugins = python
...
...
@@ -72,7 +72,7 @@ repository), chdir is the same path. Home, is the path of the virtualenv created
above.
Now you need to activate the apps by creating a symoblic link into
/etc/uwsgi/apps-enabled, and to restart uwsgi.
`
/etc/uwsgi/apps-enabled
`
, and to restart uwsgi.
cd /etc/uwsgi/apps-enabled
ln -s ../apps-available/nnmond.conf
...
...
@@ -87,7 +87,7 @@ need to actvivate the uwsgi module:
service apache2 restart
And now you need to create a VirtualHost in
/etc/apache2/sites-availabe/nnmon.conf
`
/etc/apache2/sites-availabe/nnmon.conf
`
<virtualhost *:80>
ServerName rmn.example.com
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment