We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac8d2a commit ffdb742Copy full SHA for ffdb742
proxy.nginx
@@ -60,6 +60,7 @@ server {
60
61
location "/k9/sak/" {
62
proxy_pass "${APP_URL}";
63
+ proxy_intercept_errors on;
64
error_page 401 = @401_json;
65
error_page 403 = @403_json;
66
error_page 404 = @404_json;
0 commit comments