Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 121ce30
  • /
  • debian
  • /
  • nginx-common.README.Debian
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:41a70061c29a8772f4b63ee2f09baa2028dd12af
directory badge
swh:1:dir:7649c89a366831bc2895b43063c609f0e71616ae

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
nginx-common.README.Debian
Noteworthy Changes Wheezy => Jessie
===================================

* Disabled SSLv3 by default

  After POODLE we followed suit and disabled SSLv3 by default.

* /var/log/nginx permissions

  /var/log/nginx/ is now not readable by default (www-data:adm 750),
  If you depend on that you can add a manual override with dpkg-statoverride.

* New upgrade & rotate initscript commands

  You can now upgrade the nginx binary on the fly with /etc/init.d/nginx upgrade
  (Read more on http://nginx.org/en/docs/control.html#upgrade)

* Synced configuration files are with upstream

  Unfortunately that might break existing configuration for some users, especially
  fastcgi scripts. /usr/share/doc/nginx-common/NEWS.Debian.gz contains some
  more information about the changes made.

* Changed document root to /var/www/html

  The default document root has now changed to /var/www/html/.

* Added a snippets directory

  A /etc/nginx/snippets has been added, it contains common configuration
  stangas. For now we ship a snakeoil.conf (self-signed ssl) and a simple
  fastcgi-php.conf.

* Switched to graceful stop

  Both systemd and the initscript's stop function try to graceful stop
  nginx (SIGQUIT) before stopping it fast (SIGTERM). That allows nginx to
  serve connected clients before shutting down.

* Dropped nginx-naxsi

  Packaging naxsi was not trivial and, unfortunately, none of the
  maintainers uses it. That's the reason nginx-naxsi was not in a good
  shape and we are not feeling comfortable to release and support it.

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API