Doc revise: command create uWSG conf command.
Missing comma between tee and conf file. Change-Id: I178f345d0a580d765b8a1b9a1aed2d08261a1ae5
This commit is contained in:
parent
ba2aeab9dd
commit
6ac0eeaade
@ -59,7 +59,7 @@ Steps to use these sample configuration files:
|
||||
automatically create a socket dir::
|
||||
|
||||
$ sudo mkdir -p /etc/tmpfiles.d/
|
||||
$ echo "d /var/run/uwsgi 0755 <STACK_USER> root" | sudo tee/etc/tmpfiles.d/uwsgi.conf
|
||||
$ echo "d /var/run/uwsgi 0755 <STACK_USER> root" | sudo tee /etc/tmpfiles.d/uwsgi.conf
|
||||
$ sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
|
||||
|
||||
3. Enable Mogan site. On deb-based systems::
|
||||
|
Loading…
Reference in New Issue
Block a user