<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://steakwiki.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="http://steakwiki.com/index.php?action=history&amp;feed=atom&amp;title=Nginx"/>
	<link rel="alternate" type="text/html" href="http://steakwiki.com/index.php?title=Nginx&amp;action=history"/>
	<updated>2026-05-07T10:37:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://steakwiki.com/index.php?title=Nginx&amp;diff=135&amp;oldid=prev</id>
		<title>Adminguy: Created page with &quot;Nginx and Apache are the main web servers used on the internet today.  ==Tips &amp; Tricks== ===Log on RAM instead of the HDD=== If you write all website visits on the HDD, you wi...&quot;</title>
		<link rel="alternate" type="text/html" href="http://steakwiki.com/index.php?title=Nginx&amp;diff=135&amp;oldid=prev"/>
		<updated>2019-11-23T19:12:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Nginx and Apache are the main web servers used on the internet today.  ==Tips &amp;amp; Tricks== ===Log on RAM instead of the HDD=== If you write all website visits on the HDD, you wi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Nginx and Apache are the main web servers used on the internet today.&lt;br /&gt;
&lt;br /&gt;
==Tips &amp;amp; Tricks==&lt;br /&gt;
===Log on RAM instead of the HDD===&lt;br /&gt;
If you write all website visits on the HDD, you will wear it out faster. Instead, write to the RAM. The  data will be volatile, but it will prolong server life. In GNU\Linux, tmpfs is a filesystem interface to the RAM. It is used when you need faster access to data than the HDD can provide. It can also be used as in this example, when you don't want to actually write to the HDD. To find where tmpfs is&lt;br /&gt;
 df -h&lt;br /&gt;
Usually its in /dev/shm or /run/shm. Test out writing to the RAM:&lt;br /&gt;
 nano /run/shm/hello&lt;br /&gt;
and write some text, then save. You have now written data to the RAM instead of the HDD.&lt;br /&gt;
&lt;br /&gt;
See also [[Docker]].&lt;/div&gt;</summary>
		<author><name>Adminguy</name></author>
	</entry>
</feed>