score:0

Accepted answer

i was solved this problem.

with apache httpd.conf modify.

modify file: /etc/httpd/conf/httpd.conf

i added this two blocks.

1.

loadmodule proxy_module modules/mod_proxy.so
loadmodule proxy_http_module modules/mod_proxy_http.so
proxypass /beta http://localhost:3000

2.

<location /beta>
  proxypass http://localhost:3000
  proxypassreverse https://www.~~~.com/beta/
</location>

Related Query

More Query from same tag