iopsys-feed/userinterface/Config.in
2024-04-20 13:03:43 +05:30

23 lines
608 B
Text

if PACKAGE_userinterface
choice
prompt "Select backend of user interface HTTP Access management"
default USERINTERFACE_HTTPACCESS_BACKEND_NGINX
depends on PACKAGE_userinterface
help
Select which backend daemon to use for User Interface HTTP Access
config USERINTERFACE_HTTPACCESS_BACKEND_NGINX
bool "Use nginx backend"
help
Enable this option to use nginx for HTTP Access.
endchoice
config USERINTERFACE_HTTPACCESS_MIGRATE_NGINX_CONFIG
bool "migrate nginx config"
depends on USERINTERFACE_HTTPACCESS_BACKEND_NGINX
default y
help
Migrate nginx to userinterface on firmware upgrade
endif