<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Nginx</id>
	<title>Nginx - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Nginx"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Nginx&amp;action=history"/>
	<updated>2026-05-13T09:35:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=Nginx&amp;diff=23941&amp;oldid=prev</id>
		<title>Cesar Chew at 17:24, 24 November 2014</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Nginx&amp;diff=23941&amp;oldid=prev"/>
		<updated>2014-11-24T17:24:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Cat|Nginx|02}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;slideshow style=&amp;quot;nobleprog&amp;quot; headingmark=&amp;quot;⌘&amp;quot; incmark=&amp;quot;…&amp;quot; scaled=&amp;quot;true&amp;quot; font=&amp;quot;Trebuchet MS&amp;quot; &amp;gt;&lt;br /&gt;
;title: Nginx&lt;br /&gt;
;author: Sam Bashton (NobleProg Ltd)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/slideshow&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== What is nginx? ⌘===&lt;br /&gt;
* Extremely fast HTTP server&lt;br /&gt;
* Easily scales to tens of thousands of requests/second&lt;br /&gt;
* Event driven, asynchronous architecture&lt;br /&gt;
&lt;br /&gt;
== Installing ⌘==&lt;br /&gt;
* Nginx is not included with RHEL&lt;br /&gt;
* Official nginx yum repo is available&lt;br /&gt;
&lt;br /&gt;
=== Adding the nginx yum repo ⌘===&lt;br /&gt;
* Replace centos with rhel for Red Hat Enterprise&lt;br /&gt;
 rpm -Uvh http://nginx.org/packages/centos/5/noarch/RPMS/nginx-release-centos-5-0.el5.ngx.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
=== Installing nginx ⌘===&lt;br /&gt;
 `yum -y install nginx`&lt;br /&gt;
&lt;br /&gt;
=== Enabling nginx ⌘===&lt;br /&gt;
Start the nginx service: `service nginx start`&lt;br /&gt;
Enable at boot: `chkconfig nginx on`&lt;br /&gt;
=== Configuration Basics ⌘===&lt;br /&gt;
* nginx configuration is split into multiple files&lt;br /&gt;
* All take the form of:&lt;br /&gt;
 ```&lt;br /&gt;
    &amp;lt;section&amp;gt; {&lt;br /&gt;
      &amp;lt;directive&amp;gt; &amp;lt;parameters&amp;gt;;&lt;br /&gt;
    }&lt;br /&gt;
 ```&lt;br /&gt;
=== Testing your configuration ⌘===&lt;br /&gt;
* You can syntax check your nginx config by running&lt;br /&gt;
 `service nginx configtest`&lt;br /&gt;
&lt;br /&gt;
=== Virtual host configuration ⌘===&lt;br /&gt;
* Default virtual host configuration at `/etc/nginx/conf.d/default.conf`&lt;br /&gt;
* Points to web root at /usr/share/nginx/html&lt;/div&gt;</summary>
		<author><name>Cesar Chew</name></author>
	</entry>
</feed>