fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-19 02:25:34 +01:00
parent 3ef14d8ac7
commit 1ec733c2a9

View File

@ -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;