Fix the nginx conf generation command

This commit is contained in:
Alexis Metaireau 2018-12-12 14:39:51 +01:00 committed by GitHub
parent fe728a9a11
commit ec6ebcf24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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