mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-04-19 08:55:12 +00:00
Update gunicorn.conf.py
This commit is contained in:
parent
fdf0b93638
commit
f05dc26fe5
@ -32,8 +32,8 @@ if os.path.exists("./ssl.ini"):
|
||||
certfile = cert
|
||||
keyfile = pem
|
||||
print(f"[Gunicorn][HTTPS] Found certificate and private key file", flush=True)
|
||||
print(f"[Gunicorn][HTTPS] Certificate: ${certfile}", flush=True)
|
||||
print(f"[Gunicorn][HTTPS] Private Key: ${keyfile}", flush=True)
|
||||
print(f"[Gunicorn][HTTPS] Certificate: {certfile}", flush=True)
|
||||
print(f"[Gunicorn][HTTPS] Private Key: {keyfile}", flush=True)
|
||||
|
||||
|
||||
print(f"[Gunicorn] WGDashboard w/ Gunicorn will be running on {bind}", flush=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user