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