... | ... | @@ -40,9 +40,10 @@ Anschließend wechselt man in das entpackte Verzeichnis: |
|
|
===============
|
|
|
Jetzt führt man das `configure` zur Konfiguration der zu kompilierenden nginx Version aus. Eine Liste aller möglichen Compile-Time Parameter findet man [hier](http://nginx.org/en/docs/configure.html). Der Default Server wird folgendermaßen kompiliert:
|
|
|
|
|
|
```
|
|
|
```bash
|
|
|
./configure \
|
|
|
--prefix=$HOME \
|
|
|
--user=$USER \
|
|
|
--conf-path=conf/nginx/nginx.conf \
|
|
|
--sbin-path=bin/nginx \
|
|
|
--pid-path=run/nginx.pid \
|
... | ... | |