Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05767c1

Browse files
committed
docs: added usage guide section
1 parent 9f62e20 commit 05767c1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎README.md‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ This repo serves to provide the end-users a way to host their stream server easi
3131

3232
> Both `rtmp` and `http` are recognized as `stream` in Nginx
3333
34+
## Usage Guide
35+
36+
Since this repository is a clone from the original [nginx-http-flv-module](https://github.com/winshining/nginx-http-flv-module), please find the detail usage guide from it
37+
3438
## Preparation
3539

36-
Create the `/etc/nginx` directory
40+
Create the `/etc/nginx/` directory
3741

3842
```bash
3943
sudo mkdir -p /etc/nginx
@@ -44,17 +48,17 @@ cd /etc/nginx
4448

4549
##### Import Notes:
4650

47-
> The `nginx.conf` are stored under `/etc/nginx`, you may modify the default path to adjust your need.
51+
> The `nginx.conf` are stored under `/etc/nginx/`, you may modify the default path to adjust your need.
4852
4953
Replace `./nginx.conf` with your own configuration, if you plan to add extra configurations such as `rewrite-rules`. During the container build period, The `nginx.conf` will be copied to the associated path in the container.
5054

5155
### Custom http assets
5256

5357
##### Import Notes:
5458

55-
> The `http-assets` are stored under `/etc/nginx`, you may modify the default path to adjust your need.
59+
> The `http-assets` are stored under `/etc/nginx/`, you may modify the default path to adjust your need.
5660
57-
Place your http assets under `/etc/nginx`. The data will be mapped to `/www` inside the container
61+
Place your http assets under `/etc/nginx/`. The data will be mapped to `/www` inside the container
5862

5963
## Run Locally
6064

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /