Answer the question
In order to leave comments, you need to log in
Why do I keep a static redirect in nginx?
I'm trying to do UDP proxying on Ubuntu+Nginx with the following configs:
stream {
server {
listen 10020;
proxy_pass somedomain:10020;
proxy_bind $remote_addr;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question