doc note about port

This commit is contained in:
Adam D. Ruppe 2021-12-22 18:44:12 -05:00
parent 81b927a4ac
commit 9b52121b32
1 changed files with 2 additions and 0 deletions

2
cgi.d
View File

@ -85,6 +85,8 @@ void main() {
# now you can go to http://localhost:8080/?name=whatever
)
Please note: the default port for http is 8085 and for cgi is 4000. I recommend you set your own by the command line argument in a startup script instead of relying on any hard coded defaults. It is possible though to hard code your own with [RequestServer].
Compile_versions: