Go to file
André Draszik 22e17bb10c nginx: configuration update
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
  62a54a8ba6/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 <andre.draszik@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-19 10:06:20 -08:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems meta-filesystems: add pkg groups and test image 2019-01-13 07:51:58 -08:00
meta-gnome wv: Don't use ${PN} 2019-01-10 09:06:05 -08:00
meta-initramfs meta-initramfs: remove True option to getVar calls (again) 2019-01-13 10:28:01 -08:00
meta-multimedia fluidsynth: upgrade 1.1.11 -> 2.0.3 2019-01-16 16:33:11 -08:00
meta-networking tcpdump: misc recipe cleanup + drop obsolete workarounds 2019-01-15 22:08:47 -08:00
meta-oe rocksdb: make resulting cmake config relocatable 2019-01-19 10:06:20 -08:00
meta-perl mete-perl: add pkg groups and image for testing 2019-01-13 07:51:58 -08:00
meta-python python-pyinotify.inc: add RDEPEND on ${PYTHON_PN}-smtpd 2019-01-19 10:06:20 -08:00
meta-webserver nginx: configuration update 2019-01-19 10:06:20 -08:00
meta-xfce xfce4-mpc-plugin: upgrade 0.5.0 -> 0.5.1 2019-01-04 18:29:39 -08:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories