$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Latest Nginx Zorin OS 12 Easy Guide

September 4, 2017 | By the+gnu+linux+evangelist.

Latest NGINX Zorin OS 12 Install

Hello Zorin User! The Tutorial shows you Step-by-Step How to Install the Latest NGINX Zorin OS 12 Desktop.

Because NGINX is a Free, Open-Source, High-Performance HTTP Server and Reverse Proxy, as well as an IMAP/POP3 Proxy Server.

And NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

Especially relevant: the Nginx ‘Mainline’ version is generally regarded as more Reliable because of all bug fixes.

Finally, it’s Necessary to Manually Set Up the Apt NGINX Repo to Get Installed the Latest Mainline Release, because the Default Repos are Serving an Older NGINX Release…

How to Install the Latest NGINX Zorin OS 12 - Featured
  1. Open a Terminal Shell emulator window
    (Press “Enter” to Execute Commands)
    Ctrl+Alt+t on Desktop

    How to Install the Latest NGINX Zorin OS 12 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. How to Setup NGINX Mainline Zorin Repo

    Here Nginx Apt Repo Setup
    How to Add the NGINX Mainline Apt Repository for Zorin

    Follow the Setup for Ubuntu 16.04!

  3. Installing NGINX.

    Copy
    sudo apt update
    Copy
    sudo apt -y install n/nginx
  4. Next to Start NGINX on the default Http port

    Copy
    sudo service apache2 stop

    This last Only if also Apache is Installed…

    Copy
    sudo service n/nginx restart
  5. Finally, Testing NGINX Installation
    On a localhost with curl:

    Copy
    curl http://127.0.0.1

    Or the same address on a Browser…

  6. Moreover, to Edit the NGINX Configuration File.

    Copy
    sudo nano /etc
    /nginx/conf.d/default.conf