Skip to content

Commit b34cd53

Browse files
committed
chore: add 403 error handling to npm guide
1 parent 0adb52d commit b34cd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/docs/guides/nginx-proxy-manager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ location / {
8787
# Tinyauth auth request
8888
auth_request /tinyauth;
8989
auth_request_set $redirection_url $upstream_http_x_tinyauth_location;
90-
error_page 401 =302 $redirection_url;
90+
error_page 401 403 =302 $redirection_url;
9191
}
9292

9393
# Tinyauth auth request

0 commit comments

Comments
 (0)