File size: 67 Bytes
5b5f6df
 
 
 
1
2
3
4
5
server {
    listen 7777 udp;
    proxy_pass localhost:7777;
}