docs: tweaking

This commit is contained in:
decentral1se 2024-11-17 16:36:07 +01:00
parent 45e264b969
commit 02bba9a61c
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -16,7 +16,7 @@ gunicorn --bind 127.0.0.1:5000 upload:APP
## nginx
Something like this. You need to replace `<DOMAIN>` / `<YOUR-MESSAGE>` /
`<ABS-PATH>`. It's advised to protect `image_upload` beside some form of
`<ABS-PATH>`. 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 `<USER>` with your preferred system user. `<ABS-PATH>` should
be the system path when the repository is cloned. Note, a virtual environment
was created at `<ABS-PATH>/.venv/...` with the dependencies installed.
You should replace `<USER>` with your preferred system user. `<ABS-PATH>`
should be the system path when the repository is cloned. Note, a virtual
environment should be created at `<ABS-PATH>/.venv/...` with the dependencies
installed.