«haproxy» 태그된 질문

1
haproxy 구성 오류
여기 내 구성이 있습니다 global log /dev/log local0 log 127.0.0.1 local1 notice maxconn 4096 user haproxy group haproxy daemon defaults log global mode http option httplog option dontlognull retries 3 option redispatch maxconn 2000 contimeout 5000 clitimeout 50000 srvtimeout 50000 listen webfarm 0.0.0.0:80 mode http stats enable stats uri /haproxy?stats …

0
리디렉션없이 haproxy 다시 쓰기
haproxy에서 리디렉션하지 않고 URL을 다시 작성하는 방법이 있습니까? 예를 들어 도메인은 www.test.com이고 uri는 / test이며 www.test.com/test를 시도 할 때 www.test.com/abc를 가리키고 싶습니다. haproxy에는 http-request set-path 메소드가있을 수 있지만 동시에 코드 301을 얻습니다. 캐디 다시 작성처럼 할 수 있습니까? 감사. 아래는 캐디 다시 작성입니다. https://caddyserver.com/docs/rewrite
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.