How to check the Nginx version used in MetaDefender Core?
This article applies to all MetaDefender Core releases deployed on Windows, Linux.
Overview:
This article explains how to determine the Nginx version used in your current MetaDefender Core installation.
On Windows:
- Open Terminal (Command Prompt or PowerShell).
- Navigate to the MetaDefender Core installation folder, specifically to the nginx subfolder:
cd "C:\Program Files\OPSWAT\MetaDefender Core\nginx"
- Run the following command:
nginx.exe -v
On Linux:
- Go to the
/usr/lib/ometascan/
directory. - Run the following command:
./nginx -v
Verify the Change:
The command will output the Nginx version. For example: nginx version: nginx/1.26.2
If Further Assistance is required, please proceed to log a support case or chat with our support engineer.
Was this page helpful?