NHariman / foodserv

A functional HTTP server written in C++ capable of sending and receiving HTTP requests, displaying websites and its content and executing CGIs
0 stars 2 forks source link

Nginx config update #9

Closed NHariman closed 2 years ago

NHariman commented 2 years ago

overhauled the nginxconfig class, unified the variables and methods that both server and location contexts have, created getters and checkers to easily find if a particular variable has been set or not from the nginxconfig class. and allow getting via the nginxconfig class without having to manually search the subclasses.