Skip to content

Commit ffdb742

Browse files
committed
debug
1 parent 2ac8d2a commit ffdb742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy.nginx

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ server {
6060

6161
location "/k9/sak/" {
6262
proxy_pass "${APP_URL}";
63+
proxy_intercept_errors on;
6364
error_page 401 = @401_json;
6465
error_page 403 = @403_json;
6566
error_page 404 = @404_json;

0 commit comments

Comments
 (0)