Serving MDriven with Nginx Server as a Proxy
mNo edit summary
mNo edit summary
Line 4: Line 4:
service nginx status
service nginx status
</syntaxhighlight>The result should be as shown below with Active:  active (running) which indicates that Nginx service is up and running.
</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]]
[[File:Documentation Serving MDriven with Nginx Server as a Proxy 1735837499808.png|left|thumb|300x300px]]If Nginx is not running, you can start the service with the command<syntaxhighlight>
service nginx start
</syntaxhighlight>

Revision as of 17:07, 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

If Nginx is not running, you can start the service with the command

service nginx start