02-27-2018
02:27 PM
- last edited on
03-25-2019
01:19 PM
by
ciscomoderator
For NSO 4.5.x+, is there a way to go to Web UI legacy by default by a change in ncs.conf?
<webui>
<enabled>true</enabled>
<transport>
<tcp>
<enabled>true</enabled>
<ip>0.0.0.0</ip>
<port>8080</port>
</tcp>
<ssl>
<enabled>false</enabled>
<ip>0.0.0.0</ip>
<port>8888</port>
<key-file>${NCS_DIR}/var/ncs/webui/cert/host.key</key-file>
<cert-file>${NCS_DIR}/var/ncs/webui/cert/host.cert</cert-file>
</ssl>
</transport>
<cgi>
<enabled>true</enabled>
<php>
<enabled>false</enabled>
</php>
</cgi>
</webui>
03-03-2018 04:48 AM
Hi There,
Try "man ncs.conf" and then look for:
/ncs-config/webui/docroot (string)
The location of the document root on disk. If this configurable is omited the docroot points to the next generation
docroot in the NCS distro instead.
This can be used to point the webserver to an alternative URL.
Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide