Roxedus

auth-block

Sep 18th, 2017
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.29 KB | None | 0 0
  1. location = /auth-admin {
  2.     proxy_pass https://punny.no/auth-admin;
  3.     proxy_pass_request_body off;
  4.     proxy_set_header Content-Length "";
  5. }
  6. location = /auth-user {
  7.     proxy_pass https://punny.no/auth-user;
  8.     proxy_pass_request_body off;
  9.     proxy_set_header Content-Length "";
  10. }
Advertisement