Skip to content

Commit 80c2833

Browse files
Updated README
1 parent 237d3c0 commit 80c2833

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To start the daemon listening on port 5000 use the command below. Production mod
1919
Check the FastCGI documentation for your chosen web server to find out how to configure it to use this daemon as a FastCGI application.
2020

2121
```sh
22-
php app/console speedfony:daemon:run --target="tcp://localhost:5000" --env="prod"
22+
php app/console daemon:run --port 5000 --env="prod"
2323
```
2424

2525
If you are using apache, you can configure the FastCGI module to launch and manage the daemon itself. For this to work you must omit the "--target" option from the command and the daemon will instead listen for incoming connections on FCGI_LISTENSOCK_FILENO (STDIN).
@@ -31,6 +31,9 @@ stable release is expected by September 2015.
3131

3232
## Updates
3333

34+
### v0.3.0
35+
- Upgraded to use FastCGIDaemon v0.3.0
36+
3437
### v0.2.0
3538
- Upgraded to use FastCGIDaemon v0.2.0 and Symfony 2.7 with PSR-7 messages
3639

0 commit comments

Comments
 (0)