Skip to content

Releases: guardian/dev-nginx

dev-nginx v1.5.0

03 Apr 15:40
9ad4533
Compare
Choose a tag to compare
  • #28: dev-nginx no longer appends trailing slashes to websocket path, which enables Hot Module Reloading to work by default for Create React App (and possibly other setups)

dev-nginx v1.4.0

14 Dec 09:25
a7ff8c1
Compare
Choose a tag to compare
  • Remove TLSv1 and TLSv1.1, add TLSv1.3 as per #26

dev-nginx v1.3.0

30 Jul 10:59
e41c9af
Compare
Choose a tag to compare
  • add X-Forwarded-Proto header as per #25

dev-nginx v1.2.0

29 Sep 10:51
e41c9af
Compare
Choose a tag to compare

[#22] Adds new start script to further enable nginx to be scripted during local development of apps.

dev-nginx v1.1.1

07 Sep 18:07
476d8ba
Compare
Choose a tag to compare

HTTP Version 1.1 by default. See #21.

dev-nginx v1.1.0

27 Mar 10:15
bfead5b
Compare
Choose a tag to compare

Rename a the locate-nginx and restart-nginx commands to provide a simpler API. Creates symlinks for backwards compatibility.

dev-nginx v1.0.3

26 Jun 13:14
6ab5e02
Compare
Choose a tag to compare

Updates link-config to create the destination directory if it doesn't exist. The destination directory will not exist on a fresh install of nginx on a newly built machine, causing link-config to fail.

dev-nginx v1.0.2

20 Jun 15:08
0ce52dd
Compare
Choose a tag to compare

Fixes an issue where a virtual host config may already exist in sites-enabled and after running link-config it also exists in servers.

It was common in previous versions of nginx to use the sites-enabled directory for virtual host configuration. In later versions, servers is the default location. dev-nginx will now link config to servers and also remove it from sites-enabled if it exists.

dev-nginx version 1.0.1

13 Jun 21:18
6c25322
Compare
Choose a tag to compare

Always fail fast.