Opened 8 years ago
Closed 8 years ago
#1274 closed defect (wontfix)
nginx does not start in Windows Nano Server
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
uname -a: | Microsoft Windows [Version 10.0.14393] | ||
nginx -V: |
C:\>nginx\nginx.exe -V
C:\> |
Description
Attempting to start nginx in Windows Nano Server fails using https://nginx.org/download/nginx-1.13.0.zip
Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. All rights reserved. C:\>nginx\nginx.exe C:\>echo %errorlevel% -1073741515
Hypothesis: Nano Server only runs 64-bit executables and the nginx Windows build is not a 64-bit executable.
Note:
See TracTickets
for help on using tickets.
Yes, precompiled nginx windows binaries as provided at http://nginx.org/en/download.html are 32-bit ones. If you need 64-bit windows binary, you may try compiling it yourself as outlined at http://nginx.org/en/docs/howto_build_on_win32.html, though likely there will be problems at least with compiling libraries.