Skip to content

Commit

Permalink
MyServer v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumardusad authored Jan 4, 2019
1 parent 89d883b commit 3af7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MyServer is your own localhost server. you can setup PHP, Apache and MySQL serve

**CLI Use :**

**Example : `myserver -s -ng localhost 8080 /home/www`***
***Example : `myserver -s -ng localhost 8080 /home/www`***
- **myserver -s <hostname/ip> <localhost_port> <document_root_path>** to start default localhost server.
- **myserver -s -ng <hostname/ip> <localhost_port> <document_root_path>** to start Nginx web server.
- **myserver -s -php <hostname/ip> <localhost_port> <document_root_path>** to start php localhost server.
Expand Down

0 comments on commit 3af7672

Please sign in to comment.