This commit is contained in:
Zhang Huangbin 2015-06-02 22:55:05 +08:00
parent c101d875b6
commit 0db45c9be0
2 changed files with 3 additions and 3 deletions

View File

@ -235,9 +235,9 @@ cannot be started, and iRedAdmin is unaccessible. Below steps fix this issue.</p
# rmdir /etc/uwsgi # rmdir /etc/uwsgi
</code></pre> </code></pre>
<p>Note: if you don't have <code>/etc/uwsgi/iredadmin.ini, it's ok to use below <p>Note: if you don't have <code>/etc/uwsgi/iredadmin.ini</code>, it's ok to use below
one. Be careful, if your web server is running as different daemon user and one. Be careful, if your web server is running as different daemon user and
group, you must update</code>chown-socket =` line with correct daemon user/group group, you must update <code>chown-socket =</code> line with correct daemon user/group
name.</p> name.</p>
<pre><code>[uwsgi] <pre><code>[uwsgi]
plugins = python plugins = python

View File

@ -230,7 +230,7 @@ It will create file `/etc/uwsgi.ini` and directory `/etc/uwsgi.d/`.
# rmdir /etc/uwsgi # rmdir /etc/uwsgi
``` ```
Note: if you don't have `/etc/uwsgi/iredadmin.ini, it's ok to use below Note: if you don't have `/etc/uwsgi/iredadmin.ini`, it's ok to use below
one. Be careful, if your web server is running as different daemon user and one. Be careful, if your web server is running as different daemon user and
group, you must update `chown-socket =` line with correct daemon user/group group, you must update `chown-socket =` line with correct daemon user/group
name. name.