Skip to content

Commit c023c39

Browse files
committed
Documentation updates
1 parent 0dcfcb6 commit c023c39

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,19 @@ by using the symfttpd.conf.php mechanism.
7171
* `--all` or `-A`: Listen on all interfaces (overrides `--bind`)
7272
* `--bind=<port>` or `-b<ip>`: Listen on a specific IP (default is `127.0.0.1`)
7373
* `--path=<path>`: Use a different project path (default is current dir)
74+
* `--tail` or `t`: Display server logs in the console
75+
(like the UNIX `tail` command would do)
76+
* `--no-color` or `C`: Disable colored output
77+
(also automatically disabled if the output is piped)
78+
* `--single-process` or `-s`: Do not try to run lighttpd in another process
79+
(not recommended, you will lose auto-reloading of the rewriting rules)
7480

7581

7682

7783
## mksymlinks
7884

79-
If you don't want to spend time with repetitive symlink creation each time you set up a new project, then this tool is for you.
85+
If you don't want to spend time with repetitive symlink creation each time
86+
you set up a new project, then this tool is for you.
8087

8188

8289
### Quick start
@@ -167,8 +174,9 @@ or if you want a different default application:
167174
include_shell "/path/to/example.com/config/lighttpd.php --default=mobile"
168175
}
169176

170-
If symfttpd is running in single-process mode, you have to restart lighttpd
171-
each time you add a file the the web/ root. Hopefully, it doesn't happen often.
177+
If symfttpd is running in single-process mode, or you only running an independent
178+
lighttpd, you have to restart it each time you add a file the the web/ root.
179+
Hopefully, it doesn't happen often.
172180
Also, don't forget to run `php symfony plugin:publish-assets`, or even better,
173181
`mksymlinks` before.
174182

0 commit comments

Comments
 (0)