template info

This commit is contained in:
Pratyush Desai 2022-04-16 20:46:43 +05:30
parent c9275c10c6
commit 1c75877f87
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD

View File

@ -8,6 +8,10 @@ Deploy using nginx + uwsgi with an init system.
## Procedure ## Procedure
### templates
* Update the templates for `/register` and `/verify` paths.
### uwsgi commands and notes ### uwsgi commands and notes
* `$ uwsgi -s /tmp/yourapplication.sock --manage-script-name --mount /yourapplication=myapp:app` * `$ uwsgi -s /tmp/yourapplication.sock --manage-script-name --mount /yourapplication=myapp:app`