We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99ef47 commit 6653054Copy full SHA for 6653054
src/routes.ts
@@ -5,5 +5,6 @@ export function generateRoutesConfig(routes: Route[]): string {
5
# ${route.method}
6
location ${route.path} {
7
proxy_pass http://${route.target};
8
+ proxy_set_header X-Proxy-Server "${route.target}";
9
}`).join('');
10
}
0 commit comments