Hi,
I’ve set a reverse proxy for webmail to anoth local IP, but when i want to acces this it wants to go to a luci page. So far i know luci has been disabled.
I’ve set in Nethserver the following
webmail.pdebrabander.nl
https://192.168.1.3/webtop
But when i access the link it goes to : https://webmail.pdebrabander.nl/cgi-bin/luci/
giacomo
(Giacomo Sanchietti)
July 22, 2024, 6:54am
2
Maybe you hit this issue: Cannot create reverse proxies with nginx · Issue #646 · NethServer/nethsecurity · GitHub
If so, delete the proxy pass, update the machine and recreate it again.
If you have a subscription, and you want to force the update, follow this: Package repositories | NethSecurity
To check if luci is disabled, use:
uci show ns-ui.config
uci show ns-ui.config
ns-ui.config=main
ns-ui.config.luci_enable='0'
ns-ui.config.nsui_enable='0'
ns-ui.config.nsui_extra_port='9090'
ns-ui.config.nsui_extra_enable='1'
The update broke my NethSecuriy.
Restored a previous snapshot to recover. I will try it later again