cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
1
Helpful
1
Replies

Legacy web ui by default

Jason Belk
Cisco Employee
Cisco Employee

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>

1 Reply 1

alam.bilal
Cisco Employee
Cisco Employee

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.