Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I am using this config:
server {
listen 8000;
server_name socket.domain.com;
location / {
proxy_pass http://127.0.0.1:5001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question