[LNT] r311688 - remove duplicate argument

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 12:01:10 PDT 2017


Author: cmatthews
Date: Thu Aug 24 12:01:10 2017
New Revision: 311688

URL: http://llvm.org/viewvc/llvm-project?rev=311688&view=rev
Log:
remove duplicate argument

Modified:
    lnt/trunk/docs/intro.rst

Modified: lnt/trunk/docs/intro.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/intro.rst?rev=311688&r1=311687&r2=311688&view=diff
==============================================================================
--- lnt/trunk/docs/intro.rst (original)
+++ lnt/trunk/docs/intro.rst Thu Aug 24 12:01:10 2017
@@ -108,6 +108,6 @@ To install the extra packages for the se
     lnt create path/to/data_dir --db-dir postgresql://user@host  # data_dir path will be where lnt data will go.
     cd deployment
     # Now edit app_wrapper.py to have your path/to/data_dir path and the log-file below.
-    gunicorn app_wrapper:app --bind 0.0.0.0:8000 --workers 8 --timeout 300 --name lnt_server --log-file /var/log/lnt/lnt.log --access-logfile /var/log/lnt/gunicorn_access.log --access-logfile /var/log/lnt/gunicorn_access.log --max-requests 250000
+    gunicorn app_wrapper:app --bind 0.0.0.0:8000 --workers 8 --timeout 300 --name lnt_server --log-file /var/log/lnt/lnt.log --access-logfile /var/log/lnt/gunicorn_access.log --max-requests 250000
 
 




More information about the llvm-commits mailing list