mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #109] Force HTTPS #4495
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4495
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Germwalker on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/109
Hello,
Can you force the HTTPS redirection like the certbot --nginx plugin ?
It's more safe than the current implementation.
Like appending this to the conf file :
Maybe it could be a button to force the HTTPS redirection ?
@0xJacky commented on GitHub (Apr 29, 2023):
I am sorry that we cannot implement this feature, I had explained the reason why we cannot do this in issue #100.
@Germwalker commented on GitHub (Apr 29, 2023):
I understand the problem you faced with this snippet added by certbot by reading #100.
But I only gave this code as an example of the forced http to https redirection, I have no interest in using certbot if nginx-ui can deal with certificates and auto renew on it's own.
What do you think about the 80 to 443 forced redirection ?
@0xJacky commented on GitHub (Apr 29, 2023):
Sorry, I misunderstood. We will modify the current template as soon as possible.
@0xJacky commented on GitHub (Apr 29, 2023):
Added in
c2a3cb6, and maybe we will make it as a button in v2.0, thanks for your sugguestion.