Add bonus part

This commit is contained in:
Hamza elkhatri 2022-07-26 19:57:24 +01:00 committed by mikysett
parent 5799df1bd9
commit ea50617445
1 changed files with 5 additions and 1 deletions

View File

@ -149,8 +149,12 @@ to check the syntax of the config file you must run this :
$ ./localhost -t GoodConfigFile.conf
Localhost : the configuration file GoodConfigFile.conf syntax is ok
$ ./localhost -t WrongConfigFile.conf
Localhost : the configuration file WrongConfigFile.conf syntax is not ok
you miss server_addr in server 3
```
###Bonus
- Add multiple cgi
- Create a php page and connect with a database [Mysql,PostgresSql...]
> If youve got a question about one behavior, you should compare your
program behavior with NGINXs.