@@ -71,12 +71,19 @@ by using the symfttpd.conf.php mechanism.
71
71
* ` --all ` or ` -A ` : Listen on all interfaces (overrides ` --bind ` )
72
72
* ` --bind=<port> ` or ` -b<ip> ` : Listen on a specific IP (default is ` 127.0.0.1 ` )
73
73
* ` --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)
74
80
75
81
76
82
77
83
## mksymlinks
78
84
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.
80
87
81
88
82
89
### Quick start
@@ -167,8 +174,9 @@ or if you want a different default application:
167
174
include_shell "/path/to/example.com/config/lighttpd.php --default=mobile"
168
175
}
169
176
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.
172
180
Also, don't forget to run ` php symfony plugin:publish-assets ` , or even better,
173
181
` mksymlinks ` before.
174
182
0 commit comments