Advertisement
Guest User

Untitled

a guest
Jul 7th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. backend 192.168.10.50-portal
  2. option httpclose
  3. option http_proxy
  4. option forwardfor
  5. acl paramsquery query -m found
  6. http-request set-header Host [THIS ARGUMENT IS MISSING]
  7. http-request lua.admin
  8. reqadd X-Forwarded-For-Packetfence:\ 127.0.0.1
  9. http-request set-uri http://127.0.0.1:8890%[var(req.path)]?%[query] if paramsquery
  10. http-request set-uri http://127.0.0.1:8890%[var(req.path)] unless paramsquery
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement