fd
This commit is contained in:
parent
b91cbc29e5
commit
e9eff75d23
2 changed files with 5 additions and 3 deletions
|
@ -523,9 +523,11 @@
|
|||
<i class="fas fa-exclamation-circle mr-2"></i><span id="comment-error-text"></span>
|
||||
</div>
|
||||
</div>
|
||||
<pre>
|
||||
{% if 'post' in request.host %}
|
||||
<pre>
|
||||
|
||||
|
||||
|
||||
</pre>
|
||||
</pre>
|
||||
{% endif %}
|
||||
</body>
|
||||
|
|
2
setup
2
setup
|
@ -14,4 +14,4 @@ sudo pip3 install -r requirements.txt
|
|||
sudo cp env /env
|
||||
source /env
|
||||
sudo apt install gunicorn
|
||||
sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/
|
||||
sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ --max-requests 10000 --max-requests-jitter 500
|
Loading…
Add table
Add a link
Reference in a new issue