Tagged articles
2 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Mar 16, 2025 · Operations

How to Change Nginx Listening Port on Linux: 3 Simple Methods

This guide walks you through verifying the Nginx process, checking its current listening port, editing the configuration file, and applying the change using systemctl restart, the nginx -s reload command, or a manual kill signal, with concrete command examples and expected outputs.

Configurationportreload
0 likes · 7 min read
How to Change Nginx Listening Port on Linux: 3 Simple Methods
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 14, 2021 · Databases

Understanding reload @@config_all vs reload @@metadata in Dble and How to Resolve Metadata Issues

This article explains the differences between the Dble commands reload @@config_all and reload @@metadata, analyzes why metadata errors occur after table changes without configuration updates, and provides step‑by‑step guidance to synchronize metadata correctly using these commands and check full @@metadata.

metadatareload
0 likes · 7 min read
Understanding reload @@config_all vs reload @@metadata in Dble and How to Resolve Metadata Issues