Replies: 1 comment
-
|
We are not developers of WGDashboard... |
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 was trying to setup a SSL certificate for the dashboard
I copied my keys to
/etc/wgdashboard/ssl/cert.pem
/etc/wgdashboard/ssl/key.pem
modified /etc/wgdashboard/src/gunicorn.conf.py
certfile = "/etc/wgdashboard/ssl/cert.pem"
keyfile = "/etc/wgdashboard/ssl/key.pem"
Do I need to add bind = "0.0.0.0:443" or I see bind = f"{app_host}:{app_port}" in the gunicorn.conf.py
Can is just change it in the gui to 443?
then
pkill -f gunicorn
cd /etc/wgdashboard/src/
/etc/wgdashboard/src/./venv/bin/gunicorn --config ./gunicorn.conf.py
reboot
Beta Was this translation helpful? Give feedback.
All reactions