From 3d5c2807bd692686f5088942b8411edca9de092f Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:57:24 +0100 Subject: [PATCH] Add bonus part --- subjects/localhost/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index 7ac979bd..c1e9f0b8 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -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 you’ve got a question about one behavior, you should compare your program behavior with NGINX’s.