diff options
Diffstat (limited to 'test/etap/180-http-proxy.ini')
-rw-r--r-- | test/etap/180-http-proxy.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/180-http-proxy.ini b/test/etap/180-http-proxy.ini index 72a63f66..3e2ba137 100644 --- a/test/etap/180-http-proxy.ini +++ b/test/etap/180-http-proxy.ini @@ -15,6 +15,6 @@ ; specific language governing permissions and limitations ; under the License. +; 49151 is IANA Reserved, let's assume no one is listening there [httpd_global_handlers] -_test = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1:5985/">>} -_error = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1:5986/">>}
\ No newline at end of file +_error = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1:49151/">>} |