Skip to content

Commit

Permalink
ee
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Sep 7, 2024
1 parent f7238d7 commit 00c8d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/applications/pretix_arm/task_web.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "aws_ecs_task_definition" "pretix_web" {
]

entrypoint = ["/var/pretix/venv/bin/gunicorn"]
command = ["pretix.wsgi", "--name pretix", "--bind 0.0.0.0:8000", "--max-requests-jitter 50"]
command = ["pretix.wsgi", "--name pretix", "--bind 0.0.0.0:8000",]

workingDirectory = "/var/pretix"

Expand Down

0 comments on commit 00c8d2d

Please sign in to comment.