M
M
mr_mescaline2015-08-09 07:00:32
Nginx
mr_mescaline, 2015-08-09 07:00:32

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

1 answer(s)
V
Valery Ryaboshapko, 2015-08-09
@valerium

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 question

Ask a Question

731 491 924 answers to any question