Skip to content

Releases: guardian/dev-nginx

dev-nginx v1.5.0

Choose a tag to compare

@joelochlann joelochlann released this 03 Apr 15:40
9ad4533
  • #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

Choose a tag to compare

@mchv mchv released this 14 Dec 09:25
a7ff8c1
  • Remove TLSv1 and TLSv1.1, add TLSv1.3 as per #26

dev-nginx v1.3.0

Choose a tag to compare

@twrichards twrichards released this 30 Jul 10:59
e41c9af
  • add X-Forwarded-Proto header as per #25

dev-nginx v1.2.0

Choose a tag to compare

@akash1810 akash1810 released this 29 Sep 10:51
e41c9af

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

dev-nginx v1.1.1

Choose a tag to compare

@akash1810 akash1810 released this 07 Sep 18:07
476d8ba

HTTP Version 1.1 by default. See #21.

dev-nginx v1.1.0

Choose a tag to compare

@akash1810 akash1810 released this 27 Mar 10:15
bfead5b

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

dev-nginx v1.0.3

Choose a tag to compare

@akash1810 akash1810 released this 26 Jun 13:14
6ab5e02

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

Choose a tag to compare

@akash1810 akash1810 released this 20 Jun 15:08
0ce52dd

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

Choose a tag to compare

@akash1810 akash1810 released this 13 Jun 21:18
6c25322

Always fail fast.