Change the config.inc name to config.inc.example.

This commit is contained in:
2018-05-12 06:05:29 +09:00
parent 592bd84495
commit c7b101f3dc
3 changed files with 72 additions and 66 deletions
+3
View File
@@ -8,6 +8,9 @@
## How to Install?
1. Install dependency library. (If you have already install it, omit it.)
2. Edit for config.inc file. (SERVER_HEADER, Modules, ETC.)
- If you receive the source for the first time, type the following command to set it.
- Then modify config.inc.
- cp config.inc.example config.inc
3. Run ./auto.sh
4. Install [systemd file](https://www.nginx.com/resources/wiki/start/topics/examples/systemd/) (If you have already install it, omit it.)
5. Check version and error test : **nginx -v; nginx -t;**