Downloads:
201,605
Downloads of v 1.15.9.20190310:
624
Last Update:
10 Mar 2019
Package Maintainer(s):
Software Author(s):
- Igor Sysoev
Tags:
webserver proxy caching load-balancingnginx
This is not the latest version of nginx available.
- 1
- 2
- 3
1.15.9.20190310 | Updated: 10 Mar 2019
Downloads:
201,605
Downloads of v 1.15.9.20190310:
624
Maintainer(s):
Software Author(s):
- Igor Sysoev
nginx 1.15.9.20190310
This is not the latest version of nginx available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Igor Sysoev. The inclusion of Igor Sysoev trademark(s), if any, upon this webpage is solely to identify Igor Sysoev goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install nginx, run the following command from the command line or from PowerShell:
To upgrade nginx, run the following command from the command line or from PowerShell:
To uninstall nginx, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nginx --internalize --version=1.15.9.20190310 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade nginx -y --source="'INTERNAL REPO URL'" --version="'1.15.9.20190310'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nginx -y --source="'INTERNAL REPO URL'" --version="'1.15.9.20190310'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install nginx
win_chocolatey:
name: nginx
version: '1.15.9.20190310'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nginx' do
action :install
source 'INTERNAL REPO URL'
version '1.15.9.20190310'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nginx
{
Name = "nginx"
Version = "1.15.9.20190310"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nginx':
ensure => '1.15.9.20190310',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 13 Mar 2019.
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, a generic TCP/UDP proxy server, as well as a load balancer and an HTTP cache.
Package Parameters
/installLocation
- Intstall to a different destination folder. Default:$Env:ChocolateyToolsLocation\Nginx*
/serviceName
- The name of the windows service which will be create. Default:nginx
/port
- The port Nginx will listen to. Default:80
/noService
- Don't install the nginx windows service
Example: choco install nginx --params '"/installLocation:C:\nginx /port:433"'
Notes
- This package will install the latest Nginx binaries
- The complete path of the package will be
$Env:ChocolateyToolsLocation\Nginx*
- Nginx will be installed as a service under the default name 'Nginx' (can be disabled with the
/noService
install parameter)
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
/*
* Copyright (C) 2002-2018 Igor Sysoev
* Copyright (C) 2011-2018 Nginx, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://nginx.org/en/download.html>
and can be verified like this:
1. Download the following installers:
32-Bit: <https://nginx.org/download/nginx-1.15.9.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 112D9070FC56F311644F28702590C2105A50A2671E7AE1A040ED21AAF1952A90
File 'LICENSE.txt' is obtained from <https://nginx.org/LICENSE>
. (Join-Path (Split-Path -parent $MyInvocation.MyCommand.Definition) 'Helpers.ps1')
Stop-NginxService
$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
. "$toolsDir\helpers.ps1"
Uninstall-Nginx
function Assert-TcpPortIsOpen {
[CmdletBinding()]
param(
[Parameter(Position = 0, Mandatory, ValueFromPipeline)][ValidateNotNullOrEmpty()][int] $portNumber
)
$process = Get-NetTCPConnection -State Listen -LocalPort $portNumber -ErrorAction SilentlyContinue | `
Select-Object -First 1 -ExpandProperty OwningProcess | `
Select-Object @{Name = "Id"; Expression = {$_} } | `
Get-Process | `
Select-Object Name, Path
if ($process) {
if ($process.Path) {
Write-Host "Port '$portNumber' is in use by '$($process.Name)' with path '$($process.Path)'..."
}
else {
Write-Host "Port '$portNumber' is in use by '$($process.Name)'..."
}
return $false
}
return $true
}
function Get-NginxInstallOptions {
$configFile = Join-Path $env:chocolateyPackageFolder 'config.xml'
$config = Import-CliXml $configFile
return $config
}
function Get-NginxPaths {
[CmdletBinding()]
param(
[Parameter(Position = 0, Mandatory)][ValidateNotNullOrEmpty()][string] $installDir
)
$nginxDir = Get-ChildItem $installDir -Directory -Filter 'nginx*' | Sort-Object { -join $_.Name.Replace('-','.').Split('.').PadLeft(3) } -Descending | Select-Object -First 1 -ExpandProperty FullName
$confPath = Join-Path $nginxDir 'conf\nginx.conf'
$binPath = Join-Path $nginxDir 'nginx.exe'
return @{ NginxDir = $nginxDir; ConfPath = $confPath; BinPath = $binPath }
}
function Install-Nginx {
[CmdletBinding()]
param(
[Parameter(Position = 0, Mandatory)][ValidateNotNullOrEmpty()][PSCustomObject] $arguments
)
Get-ChocolateyUnzip `
-file $arguments.file `
-destination $arguments.destination
Set-NginxConfig $arguments
if ($arguments.serviceName) {
Install-NginxService $arguments
}
Set-NginxInstallOptions $arguments
}
function Install-NginxService {
[CmdletBinding()]
param(
[Parameter(Position = 0, Mandatory)][ValidateNotNullOrEmpty()][PSCustomObject] $arguments
)
$nginxPaths = Get-NginxPaths $arguments.destination
try {
write-host "Shutting down Nginx if it is running"
Start-ChocolateyProcessAsAdmin "cmd /c NET STOP $($arguments.serviceName)"
Start-ChocolateyProcessAsAdmin "cmd /c sc delete $($arguments.serviceName)"
} catch {
# no service installed
}
nssm stop $($arguments.serviceName) 2>&1 | Out-Null
nssm remove $($arguments.serviceName) confirm 2>&1 | Out-Null
nssm install $($arguments.serviceName) "$($nginxPaths.BinPath)" 2>&1 | Out-Null
nssm set $($arguments.serviceName) Description "Nginx web server" 2>&1 | Out-Null
nssm set $($arguments.serviceName) AppDirectory "$($nginxPaths.NginxDir)" 2>&1 | Out-Null
nssm set $($arguments.serviceName) AppNoConsole 1 2>&1 | Out-Null # Mentioned on top off http://nssm.cc/download
nssm set $($arguments.serviceName) AppStopMethodSkip 7 2>&1 | Out-Null
nssm start $($arguments.serviceName) 2>&1 | Out-Null
}
function Set-NginxConfig {
[CmdletBinding()]
param(
[Parameter(Position = 0, Mandatory)][ValidateNotNullOrEmpty()][PSCustomObject] $arguments
)
$nginxPaths = Get-NginxPaths $arguments.destination
# Set the server root and port number
$nginxConf = Get-Content $nginxPaths.ConfPath
$nginxConf = $nginxConf -replace 'listen\s(.*\d)', "listen $($arguments.port)"
Set-Content -Path $nginxPaths.ConfPath -Value $nginxConf -Encoding Ascii
}
function Set-NginxInstallOptions {
[CmdletBinding()]
param(
[Parameter(Position = 0, Mandatory)][ValidateNotNullOrEmpty()][PSCustomObject] $arguments
)
$nginxPaths = Get-NginxPaths $arguments.destination
$config = @{
Destination = $nginxPaths.NginxDir
BinPath = $nginxPaths.BinPath
ServiceName = $arguments.serviceName
}
$configFile = Join-Path $env:chocolateyPackageFolder 'config.xml'
Export-Clixml -Path $configFile -InputObject $config
}
function Stop-NginxService {
$config = Get-NginxInstallOptions
$service = Get-Service | Where-Object Name -eq $config.serviceName
if ($service) {
Stop-Service $config.serviceName
}
}
function Uninstall-Nginx {
$config = Get-NginxInstallOptions
Uninstall-NginxService
Remove-Item $config.destination -Recurse -Force
}
function Uninstall-NginxService {
$config = Get-NginxInstallOptions
if ($config.serviceName) {
nssm stop $($config.serviceName) 2>&1 | Out-Null
nssm remove $($config.serviceName) confirm 2>&1 | Out-Null
}
}
md5: A2553D91848AD881AC15A4169ADE37B7 | sha1: 61B81D715CBD6A88F7433B2CF4E0691967DF1481 | sha256: 112D9070FC56F311644F28702590C2105A50A2671E7AE1A040ED21AAF1952A90 | sha512: 4C01228BF172E7FE0E7746BCCE6B305D64BE90254851829BE65FC385FD30603F35C96A802E440A785C33C5841351F801A2BEE820B665D0F02D805217D5276B58
Log in or click on link to see number of positives.
- nginx-1.15.9.zip (112d9070fc56) - ## / 61
- nginx.exe (ddf5297c85b2) - ## / 65
- nginx.1.15.9.20190310.nupkg (41f93b5188b1) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
nginx 1.27.2 | 4173 | Wednesday, October 2, 2024 | Approved | |
nginx 1.27.1 | 4616 | Wednesday, August 14, 2024 | Approved | |
nginx 1.27.0 | 6760 | Wednesday, May 29, 2024 | Approved | |
nginx 1.25.5 | 3646 | Tuesday, April 16, 2024 | Approved | |
nginx 1.25.4 | 5709 | Wednesday, February 14, 2024 | Approved | |
nginx 1.25.3 | 8545 | Tuesday, October 24, 2023 | Approved | |
nginx 1.25.2 | 6225 | Tuesday, August 15, 2023 | Approved | |
nginx 1.25.1 | 5427 | Tuesday, June 13, 2023 | Approved | |
nginx 1.25.0 | 2735 | Tuesday, May 23, 2023 | Approved | |
nginx 1.23.4 | 5297 | Tuesday, March 28, 2023 | Approved | |
nginx 1.23.3 | 7721 | Tuesday, December 13, 2022 | Approved | |
nginx 1.23.2.20221024 | 4800 | Monday, October 24, 2022 | Approved | |
nginx 1.23.2 | 2032 | Wednesday, October 19, 2022 | Approved | |
nginx 1.23.1 | 8111 | Tuesday, July 19, 2022 | Approved | |
nginx 1.23.0 | 2360 | Tuesday, June 21, 2022 | Approved | |
nginx 1.21.6 | 11656 | Tuesday, January 25, 2022 | Approved | |
nginx 1.21.5 | 3240 | Tuesday, December 28, 2021 | Approved | |
nginx 1.21.4 | 6038 | Tuesday, November 2, 2021 | Approved | |
nginx 1.21.3 | 3174 | Tuesday, September 7, 2021 | Approved | |
nginx 1.21.2 | 583 | Tuesday, August 31, 2021 | Approved | |
nginx 1.21.1 | 3118 | Tuesday, July 6, 2021 | Approved | |
nginx 1.21.0 | 2260 | Tuesday, May 25, 2021 | Approved | |
nginx 1.19.10 | 2004 | Tuesday, April 13, 2021 | Approved | |
nginx 1.19.9 | 693 | Tuesday, March 30, 2021 | Approved | |
nginx 1.19.8 | 1275 | Tuesday, March 9, 2021 | Approved | |
nginx 1.19.7 | 1925 | Tuesday, February 16, 2021 | Approved | |
nginx 1.19.6 | 1808 | Tuesday, December 15, 2020 | Approved | |
nginx 1.19.5 | 1069 | Tuesday, November 24, 2020 | Approved | |
nginx 1.19.4 | 1055 | Tuesday, October 27, 2020 | Approved | |
nginx 1.19.3 | 1537 | Tuesday, September 29, 2020 | Approved | |
nginx 1.19.2 | 1991 | Tuesday, August 11, 2020 | Approved | |
nginx 1.19.1 | 4566 | Tuesday, July 7, 2020 | Approved | |
nginx 1.19.0 | 6387 | Tuesday, May 26, 2020 | Approved | |
nginx 1.17.10 | 2082 | Tuesday, April 14, 2020 | Approved | |
nginx 1.17.9 | 1543 | Tuesday, March 3, 2020 | Approved | |
nginx 1.17.8 | 5975 | Tuesday, January 21, 2020 | Approved | |
nginx 1.17.7 | 3754 | Tuesday, December 24, 2019 | Approved | |
nginx 1.17.6 | 4027 | Tuesday, November 19, 2019 | Approved | |
nginx 1.17.5 | 1783 | Tuesday, October 22, 2019 | Approved | |
nginx 1.17.4 | 2669 | Tuesday, September 24, 2019 | Approved | |
nginx 1.17.3 | 3756 | Tuesday, August 13, 2019 | Approved | |
nginx 1.17.2 | 1683 | Tuesday, July 23, 2019 | Approved | |
nginx 1.17.1 | 2364 | Tuesday, June 25, 2019 | Approved | |
nginx 1.17.0 | 2992 | Tuesday, May 21, 2019 | Approved | |
nginx 1.15.12 | 2856 | Tuesday, April 16, 2019 | Approved | |
nginx 1.15.11 | 521 | Tuesday, April 9, 2019 | Approved | |
nginx 1.15.10 | 638 | Tuesday, March 26, 2019 | Approved | |
nginx 1.15.9.20190310 | 624 | Sunday, March 10, 2019 | Approved | |
nginx 1.15.9 | 651 | Tuesday, February 26, 2019 | Approved | |
nginx 1.15.8 | 8922 | Monday, January 7, 2019 | Approved | |
nginx 1.14.1 | 1366 | Wednesday, November 21, 2018 | Approved | |
nginx 1.12.2 | 5566 | Tuesday, December 19, 2017 | Approved | |
nginx 1.12.1 | 1968 | Tuesday, July 18, 2017 | Approved | |
nginx 1.12.0 | 1343 | Wednesday, April 12, 2017 | Approved | |
nginx 1.10.3 | 1427 | Tuesday, January 31, 2017 | Approved | |
nginx 1.10.2 | 2483 | Thursday, October 20, 2016 | Approved | |
nginx 1.10.1 | 1162 | Wednesday, June 1, 2016 | Approved | |
nginx 1.8.0 | 926 | Friday, October 2, 2015 | Approved | |
nginx 1.6.2 | 3605 | Tuesday, November 25, 2014 | Approved | |
nginx 1.4.1.20130523 | 1167 | Thursday, May 23, 2013 | Approved | |
nginx 1.3.12.20130213 | 575 | Wednesday, February 13, 2013 | Approved | |
nginx 1.2.7.20130212 | 516 | Tuesday, February 12, 2013 | Approved |
Nginx, Inc.
-
- nssm (≥ 2.24.0)
Ground Rules:
- This discussion is only about nginx and the nginx package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or nginx, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.