diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 38761b0d..bd14cae3 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -28,4 +28,4 @@ jobs: && git pull origin staging \ && docker compose up -d --build \ && docker container exec backend npm run typeorm:run-migrations \ - && docker image rm prune -f + && docker image prune -f diff --git a/proxy/nginx.conf b/proxy/nginx.conf index 2e666780..c7273cd7 100644 --- a/proxy/nginx.conf +++ b/proxy/nginx.conf @@ -15,9 +15,7 @@ http { sendfile on; client_max_body_size 20M; client_body_buffer_size 20M; - - - + # Server block server { listen 80;