<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd/nginx/nginx.inc, branch gatesgarth-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-05-06T19:51:39+00:00</updated>
<entry>
<title>nginx: remove /var/log/nginx when do_install</title>
<updated>2020-05-06T19:51:39+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2020-05-06T07:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6e9f393605eed1e5f4e317536b1463b83b978bad'/>
<id>urn:sha1:6e9f393605eed1e5f4e317536b1463b83b978bad</id>
<content type='text'>
Remove directory /var/log/nginx when do_install because it is created by
volatiles file.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: fix error during service startup</title>
<updated>2020-02-26T15:17:58+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-02-25T07:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc8f28c61122950d25ebacffecbb582ac038c725'/>
<id>urn:sha1:fc8f28c61122950d25ebacffecbb582ac038c725</id>
<content type='text'>
fix below error:
nginx.service: failed to parse pid from file /run/nginx/nginx.pid:
invalid argument

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: fix install paths</title>
<updated>2019-11-17T20:34:21+00:00</updated>
<author>
<name>Gaylord Charles</name>
<email>gaylord.charles@veo-labs.com</email>
</author>
<published>2019-09-25T09:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35dddf62f59fb87a9a888f7e3ff7493f94375830'/>
<id>urn:sha1:35dddf62f59fb87a9a888f7e3ff7493f94375830</id>
<content type='text'>
This patch fixes Nginx install paths. I tried to build the native variant
for testing purpose and had errors.

- Use path variable instead of /usr
- Replace the absolute path symlink with a relative one

Signed-off-by: Gaylord CHARLES &lt;gaylord.charles@veo-labs.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<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>
</feed>
