Skip to content

Commit 6653054

Browse files
committed
test
1 parent e99ef47 commit 6653054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export function generateRoutesConfig(routes: Route[]): string {
55
# ${route.method}
66
location ${route.path} {
77
proxy_pass http://${route.target};
8+
proxy_set_header X-Proxy-Server "${route.target}";
89
}`).join('');
910
}

0 commit comments

Comments
 (0)