nginx-proxy
v1.0.3
Published
Simplifies the process of starting Nginx with a portable configuration.
Downloads
13
Readme
nginx-proxy
Description
nginx-proxy
allows you to run Nginx portably. It simplifies the process of starting Nginx with a portable configuration file.
Usage
By default, the package looks for the Nginx configuration file at ./nginx.conf
relative to the directory where the command is executed. You can specify a different configuration file using the -c
option:
npx nginx-proxy
Options
-c
: Specify the path to the Nginx configuration file (default:./nginx.conf
).- Command-line parameters documentation
- Configuration documentation
Acknowledgments
- Nginx: The high-performance HTTP server and reverse proxy server.