fastadmin
fastadmin copied to clipboard
Deploy project
Could you show example to deploy fastadmin server through uvicorn, nginx, apache ?
Fastadmin should be added to your project as application
To deploy with unicorn:
uvicorn main:app --host 0.0.0.0 --port 80
Nginx deployment:
- https://unit.nginx.org/howto/fastapi/
apache deployment:
- https://github.com/tiangolo/fastapi/issues/3431
Looks like we can close the issue.
Looks like we can close the issue.
Why my response not marked as answer, if you close the issue? I don't know github very well