mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
CloudPanel GUI #270
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on 2/7/2024
CloudPanel version(s) affected
2.4.1
Description
So this isn't really a bug, but is more if we can improve functionality. When an user installed CloudPanel and navigates to the GUI at 8443. It seems like a lot of users are too lazy to type https://ip_address:8443. Is it possible to have the GUI automatically redirect to https to avoid http.
is a long shot.
How to reproduce
redirect http://ip_address:8443 to https://ip_address:8443 automatically
Possible Solution
redirect http://ip_address:8443 to https://ip_address:8443 automatically
Additional Context
No response