Browse Source

updated README

Yann Weber 4 years ago
parent
commit
6e10734217
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README

+ 1
- 1
README View File

@@ -1,4 +1,4 @@
1 1
 make
2
-PY_ENTRYPOINT='foo' spawn-fcgi -d . -n src/pyfcgi -p 9000 -a 127.0.0.1
2
+spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo -E entrypoint
3 3
 
4 4
 TODO: write a readme

Loading…
Cancel
Save