Answer the question
In order to leave comments, you need to log in
Nginx + apache - throw apache directly?
There is a script that works perfectly on pure Apache. but in conjunction with enginks can not be made to work.
can I somehow throw Apache for the directory right away?
this did not work
location ~* ^.*/papka/.*$ {
proxy_pass http://127.0.0.1:9000;
proxy_buffering off;
}
Answer the question
In order to leave comments, you need to log in
502 Bad Gateway means that no one is listening on the given address on the given port. Either Apache is not running, or it is listening on a different port/address.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question