Browse Source

Add bonus part

DEV-3175-new-go-exercise-printfirsthalf
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
3d5c2807bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/localhost/README.md

6
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.

Loading…
Cancel
Save