Skip to content

Commit

Permalink
ux: inform user about force_https
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed May 15, 2024
1 parent 3fb9c65 commit e35831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/OptionsPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function OptionsPage() {
},

httpsEnabled && { k: 'force_https', comp: BoolField, label: "Force HTTPS", sm: 4, disabled: !httpsEnabled || values.port < 0,
helperText: "Not applied to localhost"
helperText: "Not applied to localhost. Doesn't work with proxies."
},

{ k: 'listen_interface', comp: SelectField, sm: 4, options: [{ label: "any", value: '' }, '127.0.0.1', '::1', ...status?.ips||[]] },
Expand Down

0 comments on commit e35831c

Please sign in to comment.