일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- bash
- 줄바꿈 문자
- Eclipse
- context
- vscode
- resource
- Quartz
- Source
- Windows
- JavaScript
- port
- tomcat
- Windows 10
- xargs
- grep
- ssh
- lsof
- 네트워크
- netsh
- VirtualBox
- GIT
- plugin
- profile
- maVen
- find
- 단축키
- import
- web.xml
- IntelliJ
- Mac
- Today
- Total
develog
nginx 명령어 본문
nginx 명령어
$ ./sbin/nginx -h
nginx version: nginx/1.22.0
Usage: nginx [-?hvVtTq] [-s signal] [-p prefix]
[-e filename] [-c filename] [-g directives]
Options:
-?,-h : this help
-v : show version and exit
-V : show version and configure options then exit
-t : test configuration and exit
-T : test configuration, dump it and exit
-q : suppress non-error messages during configuration testing
-s signal : send signal to a master process: stop, quit, reopen, reload
-p prefix : set prefix path (default: /home/user01/server/nginx/)
-e filename : set error log file (default: logs/error.log)
-c filename : set configuration file (default: conf/nginx.conf)
-g directives : set global directives out of configuration file
## 버전
./nginx -v
## help
./nginx -h
## config test
./nginx -t
## start
./nginx
## shutdown
./nginx -s stop
## graceful shutdown
./nginx -s quit
## reload
./nginx -s reload
## reopen
./nginx -s reopen
https://www.nginx.com/resources/wiki/start/topics/tutorials/install
Install | NGINX
There are currently two versions of NGINX available: stable (1.20.x), mainline (1.21.x). The mainline branch gets new features and bugfixes sooner but might introduce new bugs as well. Critical bugfixes are backported to the stable branch. In general, the
www.nginx.com
https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/#sources
Installing NGINX Open Source | NGINX Plus
Installing NGINX Open Source Install NGINX Open Source either as a prebuilt package or from source, following step-by-step instructions for all supported Linux distributions. This article explains how to install NGINX Open Source. Choosing Between a Stab
docs.nginx.com
http://nginx.org/en/download.html
nginx: download
nginx.org