Skip to content

Commit

Permalink
fix: infinite auth loop
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 17, 2024
1 parent b6ac9ff commit 9c7bff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaploy/naarad.metaploy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {

location /web {
auth_request /auth;
error_page 400 401 500 =200 @handle_auth;
error_page 400 401 500 = @handle_auth;

proxy_pass http://naarad;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit 9c7bff5

Please sign in to comment.