Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tech_notes:nginx [2023-12-28 Thu wk52 13:26] – baumkp | tech_notes:nginx [2023-12-29 Fri wk52 15:24] (current) – baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{tag> | ||
+ | ======Nginx====== | ||
- | {{tag>nginx}} | + | On a simple system nginx can be started with ''/ |
- | ======Nginx Notes====== | + | |
+ | ++++nginx -h| | ||
+ | <code> | ||
+ | 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, | ||
+ | -q : suppress non-error messages during configuration testing | ||
+ | -s signal | ||
+ | -p prefix | ||
+ | -e filename | ||
+ | -c filename | ||
+ | -g directives : set global directives out of configuration file</ | ||
+ | |||
+ | References: | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
<- tech_notes: | <- tech_notes: |