Docs

Files and folders structure

Let the Winginx root be an installation folder, where Winginx has been installed. Here and below we call this winginx.

The following 2 files is system files:

  • winginx\nginx.exe — nginx executable
  • winginx\sendmail.exe — sendmail stub

Folders:

  • winginx\home\ — root folders for a virtual hosts, called by domain names.
  • By default nginx is configured to search root folder in public_html (e.g. winginx\home\localhost\public_html\), which is standard for most web servers.

  • winginx\php5\ — PHP 5.3 executables and config.
  • winginx\php54\ — PHP 5.4 executables and config.
  • winginx\nodejs\ — Node.js executables, settings and modules (packages).
  • winginx\mysql\ — MySQL executables, config and data.
  • winginx\mongodb\ — MongoDB executables, config and data.
  • winginx\memcached\ — memcached executables.
  • winginx\conf\ — nginx config.
  • winginx\temp\ — temporary folder. You can trash it from time to time.
  • winginx\temp\mail\ — PHP scripts sends mailings to this folder.
  • winginx\logs\ — virtual hosts access logs.
Winginx © Alexei Shabalin, 2011-2023