Skip to content

Commit

Permalink
chore: remove redundant config
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Feb 26, 2024
1 parent fb04266 commit 2663ee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gunicorn.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
wsgi_app = f'{initialise.__module__}:{initialise.__name__}()'
reload = False
accesslog = '-'
limit_request_fields = 1
limit_request_field_size = 2048
preload_app = True
bind = f'0.0.0.0:{Config.server_port}'
workers = Config.worker_count
Expand Down

0 comments on commit 2663ee5

Please sign in to comment.