u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

Handle values which are not on the same line as the corresponding directives #55

Open QCHR1581 opened 3 weeks ago

QCHR1581 commented 3 weeks ago

It can be the case that a value is not on the same line as the matching directive. This should be handled.

Example

server {
  server_name example.com
                       sample.com
                       illustration.com;
}