codeskyblue / gohttpserver

The best HTTP Static File Server, write with golang+vue
MIT License
2.45k stars 516 forks source link

how to change the port 8000? #162

Closed toxinliquid closed 1 year ago

toxinliquid commented 1 year ago

installed this along with rustdesk for the life of me cant find the configuration file

codeskyblue commented 1 year ago

change port with --port , for example: gohttpserver --port 8080 For more information see: gohttpserver --help