Serving MDriven with Nginx Server as a Proxy
mNo edit summary
mNo edit summary
Line 3: Line 3:
Now check the status of nginx service using the command.<syntaxhighlight>
Now check the status of nginx service using the command.<syntaxhighlight>
service nginx status
service nginx status
</syntaxhighlight>
</syntaxhighlight>The result should be as shown below with Active:  active (running) which indicates that Nginx service is up and running.
[[File:Documentation Serving MDriven with Nginx Server as a Proxy 1735837499808.png|left|thumb|300x300px]]

Revision as of 17:05, 2 January 2025

This page was created by Stephanie@mdriven.net on 2024-12-20. Last edited by Edgar on 2025-01-20.

After successful installation of MDriven on the Ubuntu Server, this installation also ensured we installed Nginx Web server to create the /var/www/ directory.

Now check the status of nginx service using the command.

service nginx status

The result should be as shown below with Active: active (running) which indicates that Nginx service is up and running.

Documentation Serving MDriven with Nginx Server as a Proxy 1735837499808.png