You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,13 @@ This repo serves to provide the end-users a way to host their stream server easi
31
31
32
32
> Both `rtmp` and `http` are recognized as `stream` in Nginx
33
33
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
+
34
38
## Preparation
35
39
36
-
Create the `/etc/nginx` directory
40
+
Create the `/etc/nginx/` directory
37
41
38
42
```bash
39
43
sudo mkdir -p /etc/nginx
@@ -44,17 +48,17 @@ cd /etc/nginx
44
48
45
49
##### Import Notes:
46
50
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.
48
52
49
53
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.
50
54
51
55
### Custom http assets
52
56
53
57
##### Import Notes:
54
58
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.
56
60
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
0 commit comments