mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Fix the nginx conf generation command
This commit is contained in:
parent
fe728a9a11
commit
ec6ebcf24e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ With Nginx, Gunicorn and Supervisord
|
||||||
|
|
||||||
ihatemoney generate-config supervisord.conf > /etc/supervisor/conf.d/ihatemoney.conf
|
ihatemoney generate-config supervisord.conf > /etc/supervisor/conf.d/ihatemoney.conf
|
||||||
|
|
||||||
4. Copy (and adapt) output of ``ihatemoney generate-config conf/nginx.conf`` with your nginx vhosts [#nginx-vhosts]_
|
4. Copy (and adapt) output of ``ihatemoney generate-config nginx.conf`` with your nginx vhosts [#nginx-vhosts]_
|
||||||
5. Reload both nginx and supervisord. It should be working ;)
|
5. Reload both nginx and supervisord. It should be working ;)
|
||||||
|
|
||||||
.. [#nginx-vhosts] typically, */etc/nginx/conf.d/* or
|
.. [#nginx-vhosts] typically, */etc/nginx/conf.d/* or
|
||||||
|
|
Loading…
Reference in a new issue