File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ with the provided Dockerfile.
6969| ` -e ` or ` --ext ` | Default file extension if none supplied | ` html ` |
7070| ` -s ` or ` --silent ` | Suppress log messages from output | |
7171| ` --cors ` | Enable CORS via the ` Access-Control-Allow-Origin ` header | |
72+ | ` -H ` or ` --header ` | Add an extra response header (can be used several times) | |
7273| ` -o [path] ` | Open browser window after starting the server. Optionally provide a URL path to open. e.g.: -o /other/dir/ | |
7374| ` -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 ` |
7475| ` -U ` or ` --utc ` | Use UTC time format in log messages.| |
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ Suppress log messages from output.
6262Enable CORS via the "Access-Control-Allow-Origin" header.
6363Optionally provide CORS headers list separated by commas.
6464
65+ .TP
66+ .BI \- H " , " \-\- header " " \fI HEADER \fR
67+ Add an extra response header (can be used several times)
68+
6569.TP
6670.BI \- o " " [\fI PATH \fR ]
6771Open default browser window after starting the server.
You can’t perform that action at this time.
0 commit comments