<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd/nginx/nginx.inc, branch zeus</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-05-27T16:48:07+00:00</updated>
<entry>
<title>nginx: fix kill path in nginx systemd unit file</title>
<updated>2019-05-27T16:48:07+00:00</updated>
<author>
<name>nick83ola</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-05-27T15:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dd5622ef2b4065dc80ee549c57a2ec5010d0b4d1'/>
<id>urn:sha1:dd5622ef2b4065dc80ee549c57a2ec5010d0b4d1</id>
<content type='text'>
the kill utility is located in /bin/kill -&gt; use base_bindir instead of bindir

Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add PACKAGECONFIG[http-auth-request]</title>
<updated>2019-05-27T16:48:07+00:00</updated>
<author>
<name>nick83ola</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-05-27T11:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=acb604775efa93c245b5f696e4f2d27b006c4351'/>
<id>urn:sha1:acb604775efa93c245b5f696e4f2d27b006c4351</id>
<content type='text'>
Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add default proxy_params</title>
<updated>2019-01-19T18:06:20+00:00</updated>
<author>
<name>André Draszik</name>
<email>andre.draszik@jci.com</email>
</author>
<published>2019-01-18T15:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eaedfa5e0e92e20065a2f95a4dc40311edc686fa'/>
<id>urn:sha1:eaedfa5e0e92e20065a2f95a4dc40311edc686fa</id>
<content type='text'>
As per Debian packaging - to use it, see
    https://wiki.debian.org/Nginx/DirectoryStructure#Extra_Parameters

    This file is most commonly included when Nginx is acting
    as a reverse proxy:
        include /etc/nginx/proxy_params;
        proxy_pass http://localhost:8000;

Signed-off-by: André Draszik &lt;andre.draszik@jci.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: configuration update</title>
<updated>2019-01-19T18:06:20+00:00</updated>
<author>
<name>André Draszik</name>
<email>andre.draszik@jci.com</email>
</author>
<published>2019-01-18T14:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=22e17bb10c589775b3196b07bde4912658a5dcbd'/>
<id>urn:sha1:22e17bb10c589775b3196b07bde4912658a5dcbd</id>
<content type='text'>
Restructure the main configuration file to simplify custom configuration:
* support inclusion of configuration fragments from subdirectories:
  - /etc/nginx/modules-enabled/*.conf
  - /etc/nginx/conf.d/*.conf
  - /etc/nginx/sites-enabled/*
* default site (port 80):
  - move into /etc/nginx/sites-available/default_server
    and enable via symlink in /etc/nginx/sites-enabled/
  - listen on IPv6
  - drop unneeded example fragments
* configure and enable gzip
* update TLS settings to drop SSLv3 and enable TLSv1.3 for some safer
  defaults
* update remaining bits to follow Debian standard configuration
  https://salsa.debian.org/nginx-team/nginx/blob/62a54a8ba66ee6cc1b4f8a33dab9a6f27a3fdac4/debian/conf/nginx.conf
* drop unneeded example configuration bits from /etc/nginx/*.default

These changes, in particular the configuration fragment
support allow to easily customise nginx based on individual
requirements.
In addition, it is now possible for other recipes / packages
to drop fragments into the respective directories in /etc/nginx
without having to meddle with /etc/nginx/nginx.conf

Signed-off-by: André Draszik &lt;andre.draszik@jci.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: update systemd unit using nginx recommendation</title>
<updated>2019-01-19T18:06:20+00:00</updated>
<author>
<name>André Draszik</name>
<email>andre.draszik@jci.com</email>
</author>
<published>2019-01-18T14:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a0eadda9106a22b1d7a7c98c4a97c8329171540f'/>
<id>urn:sha1:a0eadda9106a22b1d7a7c98c4a97c8329171540f</id>
<content type='text'>
Our systemd unit doesn't follow the official
recommendation, see
    https://www.nginx.com/resources/wiki/start/topics/examples/systemd/

Most importantly:
* it should start after some additional specific
  targets/units
* using PrivateTmp is a useful security feature, in
  particular to avoid cross domain scripting via the
  temp folder
* using systemd's $MAINPID, we can distinguish between
  multiple running nginx instances correctly

Signed-off-by: André Draszik &lt;andre.draszik@jci.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add PACKAGECONFIG[ssl]</title>
<updated>2018-09-24T18:49:45+00:00</updated>
<author>
<name>Max Kellermann</name>
<email>max.kellermann@gmail.com</email>
</author>
<published>2018-09-18T08:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4e389f64d7e87efdde26c5164063b7dea6a0d072'/>
<id>urn:sha1:4e389f64d7e87efdde26c5164063b7dea6a0d072</id>
<content type='text'>
Signed-off-by: Max Kellermann &lt;max.kellermann@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: enable thread pools by default</title>
<updated>2018-07-12T14:19:42+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-07-09T20:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7cb4eb4a95b2fdca48b4bdc65506f57e540c7e2d'/>
<id>urn:sha1:7cb4eb4a95b2fdca48b4bdc65506f57e540c7e2d</id>
<content type='text'>
The thread pool feature can be enabled without significant extra binary size.  Thread pools can increase performance by an order of magnitude on some configurations

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: use oe.utils.conditional instead of deprecated base_conditional</title>
<updated>2018-02-01T13:48:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-01-30T12:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=99aa19ff53922b61dee0c8b63ee7f664f90e9a91'/>
<id>urn:sha1:99aa19ff53922b61dee0c8b63ee7f664f90e9a91</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: correctly set the endianness of the target</title>
<updated>2017-12-11T15:58:56+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-12-01T15:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c0b74f42e00c84ba8419bc28de564cfa5c8d7987'/>
<id>urn:sha1:c0b74f42e00c84ba8419bc28de564cfa5c8d7987</id>
<content type='text'>
Add an inherit for siteinfo to get access to SITEINFO_ENDIANNESS
Add a patch to have nginx actually use the user provided --with-endian

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Nginx: use PACKAGECONFIG variables in configure</title>
<updated>2017-09-18T08:18:12+00:00</updated>
<author>
<name>Szombathelyi György</name>
<email>gyurco@freemail.hu</email>
</author>
<published>2017-09-14T15:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9205bd846c262fccddc62619fe84cd50d8a44372'/>
<id>urn:sha1:9205bd846c262fccddc62619fe84cd50d8a44372</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>
</feed>
