how to autoreload ssl file #1511
Unanswered
leon-thomm
asked this question in
Q&A
Replies: 1 comment
-
I dont think that would be possible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using FastAPI for a website and I'm starting my webserver like this
and I ran into the issue of the updated ssl file not being reloaded by the server, it seems to cache it. How can auto-reload the SSL file, or at least reload it without restarting the uvicorn server?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions