run.sh 229 B

123
  1. #!/bin/sh
  2. #uvicorn main:app --host 0.0.0.0 --port 8080 --reload
  3. uvicorn main:app --host 0.0.0.0 --port 8080 --ssl-keyfile=/etc/letsencrypt/live/api.ptt.cx/privkey.pem --ssl-certfile=/etc/letsencrypt/live/api.ptt.cx/fullchain.pem