File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Using `npx` you can run the script without installing it first:
54
54
| ` -s ` or ` --silent ` | Suppress log messages from output | |
55
55
| ` --cors ` | Enable CORS via the ` Access-Control-Allow-Origin ` header | |
56
56
| ` -o [path] ` | Open browser window after starting the server. Optionally provide a URL path to open. e.g.: -o /other/dir/ | |
57
- | ` -c ` | Set cache time (in seconds) for cache-control max-age header, e.g. ` -c10 ` for 10 seconds. To disable caching, use ` -c-1 ` .| ` false ` |
57
+ | ` -c ` | Set cache time (in seconds) for cache-control max-age header, e.g. ` -c10 ` for 10 seconds. To disable caching, use ` -c-1 ` .| ` 3600 ` |
58
58
| ` -U ` or ` --utc ` | Use UTC time format in log messages.| |
59
59
| ` --log-ip ` | Enable logging of the client's IP address | ` false ` |
60
60
| ` -P ` or ` --proxy ` | Proxies all requests which can't be resolved locally to the given url. e.g.: -P http://someurl.com | |
You can’t perform that action at this time.
0 commit comments