Skip to content

Commit 99fc7e2

Browse files
committed
doc: cleanup
1 parent d38031c commit 99fc7e2

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

doc/environment-variables.md

+2-27
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ The provided Docker images have a lot of injectables in order to customize it to
2525
<code><a href="#-timezone" >TIMEZONE</a></code><br/>
2626
</td>
2727
<td>
28-
<strong>Nginx</strong><br/>
29-
<code><a href="#-worker_connections" >WORKER_CONNECTIONS</a></code><br/>
30-
<code><a href="#-worker_processes" >WORKER_PROCESSES</a></code><br/>
28+
<strong>Apache 2.2</strong><br/>
29+
-
3130
</td>
3231
</tr>
3332
<tr valign="top" style="vertical-align:top">
@@ -610,27 +609,3 @@ Globally enable/disable `HTTP2` protocol.
610609
611610
When set to `1`, all virtual hosts will allow the HTTP2 protocol.
612611
When set to `0`, all virtual hosts will disallow the HTTP2 protocol.
613-
614-
615-
616-
## ∑ `WORKER_CONNECTIONS`
617-
618-
Set Nginx worker.connections.
619-
620-
* **Default:** `1024`
621-
* **Allowed:** valid number
622-
* **Var type:** `integer`
623-
624-
See Nginx documentation: [worker_connections](https://nginx.org/en/docs/ngx_core_module.html#worker_connections).
625-
626-
627-
628-
## ∑ `WORKER_PROCESSES`
629-
630-
Set Nginx worker.processes.
631-
632-
* **Default:** `auto`
633-
* **Allowed:** valid value
634-
* **Var type:** `string` or `int`
635-
636-
See Nginx documentation: [worker_processes](https://nginx.org/en/docs/ngx_core_module.html#worker_processes).

doc/volumes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Mount this directory to your local file system and add any valid `*.conf` files
7070
* **type:** config directory
7171
* **purpose:** Add [vhost-gen](https://github.com/devilbox/vhost-gen) templates to alter the webserver behaviour
7272

73-
Copy and customize [nginx.yml](https://github.com/devilbox/vhost-gen/blob/master/etc/templates/nginx.yml) into this mounted directory for global vhost customizations.
73+
Copy and customize [apache22.yml](https://github.com/devilbox/vhost-gen/blob/master/etc/templates/apache22.yml) into this mounted directory for global vhost customizations.

0 commit comments

Comments
 (0)