<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd/nginx/nginx.inc, branch pyro</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2017-03-31T11:26:00+00:00</updated>
<entry>
<title>nginx: make sure the user is correctly set for the volatile directories</title>
<updated>2017-03-31T11:26:00+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2017-03-21T09:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d050a35031b5ee2afcdaf13b871cb6be6407e6f6'/>
<id>urn:sha1:d050a35031b5ee2afcdaf13b871cb6be6407e6f6</id>
<content type='text'>
Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: set sane defaults for temp directories</title>
<updated>2017-03-31T11:26:00+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2017-03-21T09:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a4e4cfd932796953efa6d93cce76cd93c558b9a2'/>
<id>urn:sha1:a4e4cfd932796953efa6d93cce76cd93c558b9a2</id>
<content type='text'>
Currently the build directiories en up in /usr/*_temp which is not what most
users will expect. This changes the default location to /tmp/nginx/*_tmp.

The location can still be overridden in the nginx.conf file.

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: handle systemd service file</title>
<updated>2017-02-13T17:43:29+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2017-02-03T23:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d1a43bb0669b39e29b04a70bdb5456d1bdb0051'/>
<id>urn:sha1:1d1a43bb0669b39e29b04a70bdb5456d1bdb0051</id>
<content type='text'>
Inherit the systemd class so the service file is properly handled.
Note that by default, the service file will be installed but not enabled.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx.inc: use 4 spaces for indentation</title>
<updated>2016-08-22T13:53:57+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-08-18T16:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f2bec07b87b3f1118aa1d1f194d230920f1afe01'/>
<id>urn:sha1:f2bec07b87b3f1118aa1d1f194d230920f1afe01</id>
<content type='text'>
* like any other sane recipes do

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: optimize systemd unit file</title>
<updated>2016-08-22T13:52:32+00:00</updated>
<author>
<name>Szombathelyi György</name>
<email>gyurco@freemail.hu</email>
</author>
<published>2016-08-18T13:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8e6425cfa130a181b22077aa9153704c229ed4d7'/>
<id>urn:sha1:8e6425cfa130a181b22077aa9153704c229ed4d7</id>
<content type='text'>
- Call the nginx binary directly, no need to wrap the SysV init file.
- Create /var/log/nginx with tmpfiles, like volatiles without systemd.
- Run nginx with ${NGINX_USER} (user ${NGINX_USER} in nginx.conf)

Signed-off-by: Gyorgy Szombathelyi &lt;gyurco@freemail.hu&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: PACKAGECONFIG for httpv2</title>
<updated>2016-08-22T13:49:24+00:00</updated>
<author>
<name>Szombathelyi György</name>
<email>gyurco@freemail.hu</email>
</author>
<published>2016-08-12T16:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=469a6ca5b82bbb9488bed9177a9674537ab15171'/>
<id>urn:sha1:469a6ca5b82bbb9488bed9177a9674537ab15171</id>
<content type='text'>
Signed-off-by: Gyorgy Szombathelyi &lt;gyurco@freemail.hu&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add the LDFLAGS to the link arguments</title>
<updated>2016-08-15T10:32:00+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-08-10T02:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ea75c656375424529cc08b7e0ee61793d830a012'/>
<id>urn:sha1:ea75c656375424529cc08b7e0ee61793d830a012</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-webserver: use bb.utils.contains() instead of base_contains()</title>
<updated>2016-04-28T08:38:38+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-04-22T19:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e5c807b77fbe753e28483ae7d58d8a5dec676ace'/>
<id>urn:sha1:e5c807b77fbe753e28483ae7d58d8a5dec676ace</id>
<content type='text'>
base_contains() is a compatibility wrapper and may warn in the future, so
replace all instances with bb.utils.contains().

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x</title>
<updated>2016-03-25T10:26:57+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2016-03-14T10:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6605e7f52f5880c0dd4eb87e514d42827ee58050'/>
<id>urn:sha1:6605e7f52f5880c0dd4eb87e514d42827ee58050</id>
<content type='text'>
The 1.8 branch is the current stable branch of nginx.
This means the branch doesn't get new features, but is still supported with bugfixes.

Depending on the use case it is more suitable to use on an embedded device
than the 1.9 branch which adds new features with every release.

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
</content>
</entry>
<entry>
<title>nginx: split parts out of the recipe into nginx.inc</title>
<updated>2016-03-25T10:26:57+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2016-03-14T10:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d5eec8b7f3cb3f9ab5ba689c9d8e4401a4e66b24'/>
<id>urn:sha1:d5eec8b7f3cb3f9ab5ba689c9d8e4401a4e66b24</id>
<content type='text'>
nginx has two maintained branches.
- stable: is the long term maintained branch where only bugfixes occur
- mainline: is the branch where new features get added

This change is in preparation to support these two branches.

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
</content>
</entry>
</feed>
