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