Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (25 loc) · 1.18 KB

nginx-like HTTP/1.1 server

HTTP/1.1 server written in cpp.

Building the source

To build the server from source, follow these steps:

git clone https://github.com/YungTatyu/webserv.git && cd webserv
make

Configuration

For detailed configuration, please read config.md or the Wiki page. You can specify the configuration file path as a parameter when running the binary:

./webserv conf/webserv.conf