mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-26 16:01:05 +00:00
14 lines
569 B
Markdown
14 lines
569 B
Markdown
|
# Global vhost-gen configurations
|
||
|
|
||
|
|
||
|
In order for template files to be picked up by the web server they must have the correct name.
|
||
|
|
||
|
Copy the example templates to a new file with the correct name.
|
||
|
|
||
|
| Web server | Example template | Template name |
|
||
|
|----------------|-------------------------|----------------|
|
||
|
| Apache 2.2 | `apache22.yml-example` | `apache22.yml` |
|
||
|
| Apache 2.4 | `apache24.yml-example` | `apache24.yml` |
|
||
|
| Nginx stable | `nginx.yml-example` | `nginx.yml` |
|
||
|
| Nginx mainline | `nginx.yml-example` | `nginx.yml` |
|