anotherDocker / etc /nginx /conf.d /stream /reverse-proxy-udp.conf
clone3's picture
Upload 2 files
5b5f6df verified
raw
history blame
67 Bytes
server {
listen 7777 udp;
proxy_pass localhost:7777;
}