You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ This Docker container adds a lot of injectables in order to customize it to your
152
152
| MAIN_VHOST_SSL_TYPE | string |`plain`| <ul><li><code>plain</code> - only serve via http</li><li><code>ssl</code> - only serve via https</li><li><code>both</code> - serve via http and https</li><li><code>redir</code> - serve via https and redirect http to https</li></ul> |
153
153
| MAIN_VHOST_SSL_GEN | bool |`0`|`0`: Do not generate an ssl certificate<br/> `1`: Generate self-signed certificate automatically |
154
154
| MAIN_VHOST_SSL_CN | string |`localhost`| Comma separated list of CN names for SSL certificate generation (The domain names by which you want to reach the default server) |
155
-
| MAIN_VHOST_DOCROOT | string |`htdocs`| This is the directory name appended to `/var/www/default/` from which the default virtual host will serve its files.<br/><strong>Default:</strong><br/>`/var/www/default/htdocs`<br/><strong>Example:</strong><br/>`MAIN_VHOST_DOCROOT=www`<br/>Doc root: `/var/www/default/www`|
155
+
| MAIN_VHOST_DOCROOT | string |`htdocs`| This is the directory name appended to `/var/www/default/` from which the default virtual host will serve its files.<br/><strong>Default:</strong><br/>`/var/www/default/htdocs`<br/><strong>Example:</strong><br/>`MAIN_VHOST_DOCROOT=www`<br/>Doc root: `/var/www/default/www`|
156
156
| MAIN_VHOST_TPL | string |`cfg`| Directory within th default vhost base path (`/var/www/default`) to look for templates to overwrite virtual host settings. See [vhost-gen](https://github.com/devilbox/vhost-gen/tree/master/etc/templates) for available template files.<br/><strong>Resulting default path:</strong><br/>`/var/www/default/cfg`|
157
157
| MAIN_VHOST_STATUS_ENABLE | bool |`0`| Enable httpd status page. |
158
158
| MAIN_VHOST_STATUS_ALIAS | string |`/httpd-status`| Set the alias under which the httpd server should serve its status page. |
0 commit comments