fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-10 23:15:37 +02:00
parent 13c27bb71e
commit 9ee5cd2a3d

View File

@ -64,9 +64,6 @@ export let getBaseConfigString = (defaultProxy: string) => {
##
server {
# The keepalive parameter sets the maximum number of idle keepalive connections
# to upstream servers that are preserved in the cache of each worker process. When
# this number is exceeded, the least recently used connections are closed.
listen *:80 default_server;
server_name selfsigned.git.zone
rewrite ^ ${defaultProxy} permanent;