From 02bba9a61ce44af92616ea901c491243c74f057f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 17 Nov 2024 16:36:07 +0100 Subject: [PATCH] docs: tweaking --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e36fc2..649584b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ gunicorn --bind 127.0.0.1:5000 upload:APP ## nginx Something like this. You need to replace `` / `` / -``. It's advised to protect `image_upload` beside some form of +``. It's advised to protect `image_upload` behind some form of authentication to avoid nasty surprises. ``` @@ -62,6 +62,7 @@ RestartSec=5 WantedBy=multi-user.target ``` -Where you replace `` with your preferred system user. `` should -be the system path when the repository is cloned. Note, a virtual environment -was created at `/.venv/...` with the dependencies installed. +You should replace `` with your preferred system user. `` +should be the system path when the repository is cloned. Note, a virtual +environment should be created at `/.venv/...` with the dependencies +installed.