Skip to content

Commit 75dcd86

Browse files
2 parents 7d0b730 + 95a6035 commit 75dcd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Check the FastCGI documentation for your chosen web server to find out how to co
2222
php app/console daemon:run --port 5000 --env="prod"
2323
```
2424

25-
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).
25+
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 "--port" option from the command and the daemon will instead listen for incoming connections on FCGI_LISTENSOCK_FILENO (STDIN).
2626

2727
## Current Status
2828

0 commit comments

Comments
 (0)