From 812f0c9a21dc7769858c18c02287ad1b282ae8d4 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 26 Jul 2022 20:00:18 +0100 Subject: [PATCH] add condition in bonus part --- subjects/localhost/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index c1e9f0b8..50799284 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -154,7 +154,7 @@ you miss server_addr in server 3 ###Bonus - Add multiple cgi -- Create a php page and connect with a database [Mysql,PostgresSql...] +- Create a php page and connect with a mysql database . the php page should named `mysql.php` and should be in the root path > If you’ve got a question about one behavior, you should compare your program behavior with NGINX’s.