Merge branches 'master' and 'master' of https://github.com/Aevann1/Drama

master
Aevann1 2021-09-02 21:31:24 +02:00
commit 6d022deeb7
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ source setup
4- That's it. Visit `localhost` in your browser.
5- Optional: to configure the site settings and successsfully integrate it with the external services we use (hcaptcha, cloudflare, discord, giphy and mailgun), please run this command and edit the variables:
5- Optional: to configure the site settings and successsfully integrate it with the external services we use, please run this command and edit the variables:
```
nano /drama/docker-compose.yml

View File

@ -5,8 +5,8 @@ logfile=/tmp/supervisord.log
[program:service]
directory=/service
command=gunicorn files.__main__:app -k gevent -w 5 --max-requests 10000 --max-requests-jitter 500 --reload --bind 0.0.0.0:80
command=gunicorn files.__main__:app -k gevent -w 2 --max-requests 10000 --max-requests-jitter 500 --reload --bind 0.0.0.0:80
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
stderr_logfile_maxbytes=0