Current listen queue sizes port 80

The webgui listens on port 80 so it can redirect to 443 by default.

[23.01-RELEASE][admin@cedev-6.stevew.lan]/root: sockstat -l | grep nginx
root     nginx      65408 5   tcp4   *:443                 *:*
root     nginx      65408 6   tcp6   *:443                 *:*
root     nginx      65408 7   tcp4   *:80                  *:*
root     nginx      65408 9   tcp6   *:80                  *:*
root     nginx      65169 5   tcp4   *:443                 *:*
root     nginx      65169 6   tcp6   *:443                 *:*
root     nginx      65169 7   tcp4   *:80                  *:*
root     nginx      65169 9   tcp6   *:80                  *:*
root     nginx      64913 5   tcp4   *:443                 *:*
root     nginx      64913 6   tcp6   *:443                 *:*
root     nginx      64913 7   tcp4   *:80                  *:*
root     nginx      64913 9   tcp6   *:80                  *:*

Or maybe you have the gui running on http.

Steve

Read more here: Source link