<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/nginx/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-11-27T20:44:39Z</updated>
<entry>
<title>nginx: update init script to publish services over mdns</title>
<updated>2024-11-27T20:44:39Z</updated>
<author>
<name>Mohd Husaam Mehdi</name>
</author>
<published>2024-03-27T16:07:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d7e86e79d976459a3bf49e169c0bb8d8d6f0eb8f'/>
<id>urn:sha1:d7e86e79d976459a3bf49e169c0bb8d8d6f0eb8f</id>
<content type='text'>
Update nginx init script to announce http related services over mdns.

Signed-off-by: Mohd Husaam Mehdi &lt;husaam.mehdi@iopsys.eu&gt;
[ bump PKG release, improve commit description ]
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: mute warning on init.d script enable</title>
<updated>2024-11-04T10:42:47Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-10-23T16:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=329d7e4f7859901cebfb095dd2ac0aff50845c14'/>
<id>urn:sha1:329d7e4f7859901cebfb095dd2ac0aff50845c14</id>
<content type='text'>
Mute warning on procd init.d script enable as nginx_util is tried to be
called from /usr/bin host system. Limit it to be called only if
nginx-util is present.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: fix problem with migration of uci conf template</title>
<updated>2023-06-11T02:36:12Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-06-11T02:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=add3cbfcd3dfb1ce64d5d6f67a831c6410b99776'/>
<id>urn:sha1:add3cbfcd3dfb1ce64d5d6f67a831c6410b99776</id>
<content type='text'>
Fix some problem with migration of uci conf template and include of
module.d directive.

Fix 2 case:
- uci.conf.template not versioned but with the include module.d
  resulting in double include module.d

- uci.conf.template version 1.1 with the include module.d at the end
  of the config. This is problematic for nginx as modules must be
  included before any http directive.

Handle this 2 case to restore a working uci.conf.template configuration
on migrated config.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: introduce migration for old uci conf template</title>
<updated>2023-05-20T21:18:00Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-05-03T23:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a3cc76ea56d8e4ac675e67a55c7f4b76e97bd5b'/>
<id>urn:sha1:6a3cc76ea56d8e4ac675e67a55c7f4b76e97bd5b</id>
<content type='text'>
Introduce support for migration of old uci conf template to new version.
Uci conf template are saved in config backup. This cause problem on config
restore as old config template might have compatibility problem with new
nginx implementation.

Add logic to migrate the template script at runtime to correctly align
to latest change from nginx and nginx-util.

Fixes: 65a676ed56fb ("nginx: introduce support for dynamic modules")
Fixes: #20904
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>amce: use procd to restart services</title>
<updated>2022-10-24T02:07:06Z</updated>
<author>
<name>Glen Huang</name>
</author>
<published>2022-10-22T14:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7f04710579ef9466bc429403624fed71f112d6c9'/>
<id>urn:sha1:7f04710579ef9466bc429403624fed71f112d6c9</id>
<content type='text'>
Directly calling `/etc/init.d/&lt;service&gt; reload` in a hotplug script can
inadvertently start a stopped service.

Signed-off-by: Glen Huang &lt;i@glenhuang.com&gt;
</content>
</entry>
<entry>
<title>acme: use the hotplug system</title>
<updated>2022-08-15T22:32:04Z</updated>
<author>
<name>Glen Huang</name>
</author>
<published>2022-01-29T12:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e84f6514538f0638507ce8066f801374db6f4150'/>
<id>urn:sha1:e84f6514538f0638507ce8066f801374db6f4150</id>
<content type='text'>
Signed-off-by: Glen Huang &lt;heyhgl@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: use UCI configuration provided by nginx-util</title>
<updated>2021-01-11T22:08:01Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-07-23T13:30:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5cffe853e694d7eea60cad00c9033d1ad69c0eb5'/>
<id>urn:sha1:5cffe853e694d7eea60cad00c9033d1ad69c0eb5</id>
<content type='text'>
* update to version 1.19.6

* remove default configuration files and documentation as
  they are in the package `nginx-util`.

* do not install a `/etc/nginx/nginx.conf` file.

* use the dynamic `/etc/nginx/uci.conf` if the symlink (to
  `/var/lib/nginx/uci.conf`) is not dead after calling
  `nginx-util init_lan` (else try `/etc/nginx/nginx.conf`)

* replace nginx package by a dummy depending on `nginx-ssl`;
  the dummies will be removed after a transition period.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>nginx: use new extra_command function definition</title>
<updated>2020-11-04T07:50:34Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2020-10-28T14:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1db50a61317a32862d9e6119d3cd3bda26c963e5'/>
<id>urn:sha1:1db50a61317a32862d9e6119d3cd3bda26c963e5</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>nginx: enable ssl for all variants and remove nginx-util w/o ssl</title>
<updated>2020-07-25T15:36:28Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-05-21T18:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3603f50fd5951df5317bcff97c3f07853d3ff08a'/>
<id>urn:sha1:3603f50fd5951df5317bcff97c3f07853d3ff08a</id>
<content type='text'>
Make the plain nginx version the same as nginx-ssl.
In a further change we will replace nginx by a dummy package,
depending on +nginx-ssl instead. This allows a smooth upgrade.

For nginx-util leave the ssl and the ssl-nopcre versions only.
For nginx-mod-luci remove the duplicate ssl version.
Replace the removed packages by dummies for a smooth upgrade.
The dummy packages will be removed after a transition period.

Additionally, enable the http2 module for nginx-ssl by default
and cleanup the nginx.init file.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>nginx: do not reduce max processes</title>
<updated>2020-05-14T07:19:45Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-05-12T09:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=62609f1587b2e272dc8a2245e36ca6dc7d0c8820'/>
<id>urn:sha1:62609f1587b2e272dc8a2245e36ca6dc7d0c8820</id>
<content type='text'>
Use the upstream value for NGX_MAX_PROCESSES (=1024) again.
So it is safe to use `worker_processes auto;` (which sets it to
the number of CPUs). Also use this directive in the conf instead
of calculating the number in the init and passing it as argument.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
</feed>
