Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- location = /auth-admin {
- proxy_pass https://punny.no/auth-admin;
- proxy_pass_request_body off;
- proxy_set_header Content-Length "";
- }
- location = /auth-user {
- proxy_pass https://punny.no/auth-user;
- proxy_pass_request_body off;
- proxy_set_header Content-Length "";
- }
Advertisement