Releases: guardian/dev-nginx
dev-nginx v1.5.0
- #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
- Remove
TLSv1
andTLSv1.1
, addTLSv1.3
as per #26
dev-nginx v1.3.0
- add
X-Forwarded-Proto
header as per #25
dev-nginx v1.2.0
[#22] Adds new start
script to further enable nginx to be scripted during local development of apps.
dev-nginx v1.1.1
HTTP Version 1.1 by default. See #21.
dev-nginx v1.1.0
Rename a the locate-nginx
and restart-nginx
commands to provide a simpler API. Creates symlinks for backwards compatibility.
dev-nginx v1.0.3
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
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
Always fail fast.