nginx: attempt to fix header

This commit is contained in:
Payas Relekar 2023-06-07 20:42:49 +05:30
parent 41a16bdd9d
commit 4a39e3f77d
4 changed files with 11 additions and 11 deletions

View file

@ -52,7 +52,7 @@
proxyPass = "http://127.0.0.1:8987";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};

View file

@ -31,7 +31,7 @@ in
proxyPass = "http://127.0.0.1:8083";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};

View file

@ -39,7 +39,7 @@ in
proxyPass = "http://127.0.0.1:8222";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};

View file

@ -153,7 +153,7 @@
proxyPass = "http://127.0.0.1:2342";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -165,7 +165,7 @@
proxyPass = "http://127.0.0.1:4533";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -177,7 +177,7 @@
proxyPass = "http://${config.services.minio.consoleAddress}";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -189,7 +189,7 @@
proxyPass = "http://127.0.0.1:28981";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -201,7 +201,7 @@
proxyPass = "http://127.0.0.1:3000";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -213,7 +213,7 @@
proxyPass = "http://127.0.0.1:5556";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -225,7 +225,7 @@
proxyPass = "http://127.0.0.1:5232";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};
@ -237,7 +237,7 @@
proxyPass = "http://127.0.0.1:13231";
proxyWebsockets = false;
extraConfig =
"proxy_set_header Host $http_host;"
"proxy_set_header Host $host;"
;
};
};