Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumithemmadi authored Oct 24, 2021
1 parent dc6a18b commit d15dc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ echo $audioResponse;
- **Create a nginx server**

- Run below command to generate **nginx.conf** file for your server.
```
```bash
~$ php nginx-conf.php
```
- Now **nginx.conf** will be created in you local directory.
- move the **nginx.conf** file to /etc/nginx/.
- move the **nginx.conf** file to **/etc/nginx/**.
- now start the *nginx* server (Default port will be 80)
- Then start *php-cgi* on port 9000
```bash
Expand Down

0 comments on commit d15dc29

Please sign in to comment.