DNSserver/configuration/reverseproxy/nginx/README.md

9 lines
192 B
Markdown
Raw Normal View History

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