We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fea2c2 commit 37b6565Copy full SHA for 37b6565
proxy.nginx
@@ -59,7 +59,6 @@ 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