From 7f87e4da0d380d5d97fe7ddc89f9a72015f3c8c0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 14 Sep 2021 04:46:37 +0200 Subject: [PATCH] fd --- files/templates/comments.html | 6 ++++-- setup | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 5970510200..36fbf7d919 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -523,9 +523,11 @@ -
+{% if 'post' in request.host %}
+	
 
 
 
-
+
+{% endif %} diff --git a/setup b/setup index ea64f48279..46ec6db3eb 100644 --- a/setup +++ b/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/ \ No newline at end of file +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 \ No newline at end of file