Skip to content

Commit 3fea2c2

Browse files
committed
debug
1 parent ffdb742 commit 3fea2c2

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
@@ -59,6 +59,7 @@ server {
5959
}
6060

6161
location "/k9/sak/" {
62+
proxy_set_header Host $http_host;
6263
proxy_pass "${APP_URL}";
6364
proxy_intercept_errors on;
6465
error_page 401 = @401_json;

0 commit comments

Comments
 (0)