TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.63k stars 175 forks source link

(HELP) Guide to change settings readme.md #90

Open FransoNel opened 1 year ago

FransoNel commented 1 year ago

How can i change the server settings with the comands of the cmd, i cant seem to find where i can write those commands. Thanks!

TheHunsaker commented 1 year ago

using the sintax given by the dev, you can easily configure it bu running it with other flags or options like for example, if you want to change the default IP of your http server you using the sintax: "--ip " would be something like this

C:\Users\User\Downloads>simple-http-server.exe --ip 192.168.0.144

TheHunsaker commented 1 year ago

from that you can concadenate different options: simple-http-server.exe --ip --port --etc