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