You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
fix live555
This commit is contained in:
11
mosquitto/nginx.conf
Normal file
11
mosquitto/nginx.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
stream {
|
||||
server {
|
||||
listen 8883 ssl;
|
||||
ssl_certificate ssl/example.com.crt;
|
||||
ssl_certificate_key ssl/example.com.key;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
proxy_pass 127.0.0.1:1883;
|
||||
proxy_buffer_size 16k;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user