2021-08-28 13:31:03 +07:00
|
|
|
# doh-stream
|
2021-08-28 13:41:13 +07:00
|
|
|
Before copying this to somewhere else like '/etc/nginx/streams/dot-stream'
|
2021-08-28 13:31:03 +07:00
|
|
|
|
|
|
|
Please add this line to /etc/nginx/nginx.conf :
|
|
|
|
```
|
|
|
|
stream {
|
|
|
|
include /etc/nginx/streams/*;
|
|
|
|
}
|
|
|
|
```
|