We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Sign In
mirror
/
docker-nginx-mod-rtmp
mirror of
https://github.com/vladimirok5959/docker-nginx-mod-rtmp.git
Watch
2
Star
0
Fork
0
Files
Wiki
Branch:
main
Branches
Tags
main
1.0.0
docker-nginx-mo...
/
docker
/
etc
/
nginx
/
rtmp-pwd.conf
rtmp-pwd.conf
95 B
Permalink
History
Raw
1
2
3
4
5
6
location /auth {
if ($arg_pwd = 'my-secret-password-here') {
return 200;
}
return 401;
}