# Run server with larger buffer-size
# Handles tremendous amount of _ga_ cookies on .umich.edu
RUN sed 's/8192/{{ MOGC_CONFIG_UWSGI_BUFFER_SIZE }}/' uwsgi.ini > uwsgiplus.ini
CMD uwsgi \
    --max-fd 4096 \
    uwsgiplus.ini
