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

Commit d15dc29

Browse files
authored
Update README.md
1 parent dc6a18b commit d15dc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ echo $audioResponse;
167167
- **Create a nginx server**
168168

169169
- Run below command to generate **nginx.conf** file for your server.
170-
```
170+
```bash
171171
~$ php nginx-conf.php
172172
```
173173
- Now **nginx.conf** will be created in you local directory.
174-
- move the **nginx.conf** file to /etc/nginx/.
174+
- move the **nginx.conf** file to **/etc/nginx/**.
175175
- now start the *nginx* server (Default port will be 80)
176176
- Then start *php-cgi* on port 9000
177177
```bash

0 commit comments

Comments
 (0)