YungTatyu / webserv

HTTP/1.1 server written in cpp.
1 stars 0 forks source link

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