created basic nginx configuration file parser. the parser is able to split all components of an nginx config file into bits that can then be further validated in other functions. It also can detect when an nginx configuration file is faulty and throws a descriptive exception which is then caught in the main.
All config parser files have been moved to a folder named config which is found within src
created basic nginx configuration file parser. the parser is able to split all components of an nginx config file into bits that can then be further validated in other functions. It also can detect when an nginx configuration file is faulty and throws a descriptive exception which is then caught in the main. All config parser files have been moved to a folder named config which is found within src