fix(core): update
This commit is contained in:
parent
3ef14d8ac7
commit
1ec733c2a9
@ -96,9 +96,6 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string)
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_pass http://${hostNameArg};
|
proxy_pass http://${hostNameArg};
|
||||||
}
|
}
|
||||||
location ~ /\.git {
|
|
||||||
deny all;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
return hostConfig;
|
return hostConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user