diff --git a/.github/workflows/aliyun-container-registry.yml b/.github/workflows/aliyun-container-registry.yml index c1c054516..c2e04532b 100644 --- a/.github/workflows/aliyun-container-registry.yml +++ b/.github/workflows/aliyun-container-registry.yml @@ -11,6 +11,7 @@ on: branches: - '**' paths: + - 'docker/nocobase/**' - 'packages/**' jobs: diff --git a/docker/nocobase/nocobase.conf b/docker/nocobase/nocobase.conf index a65286cf6..1f1eb0705 100644 --- a/docker/nocobase/nocobase.conf +++ b/docker/nocobase/nocobase.conf @@ -28,5 +28,9 @@ server { proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; + proxy_connect_timeout 600; + proxy_send_timeout 600; + proxy_read_timeout 600; + send_timeout 600; } }