fix(core): update
This commit is contained in:
parent
13c27bb71e
commit
9ee5cd2a3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user