Remove WIP files

This commit is contained in:
cytopia 2018-07-12 08:48:17 +02:00
parent 954a37211c
commit cfc80f6ab2
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
12 changed files with 26 additions and 58 deletions

View File

@ -6,12 +6,16 @@ Web server settings can be applied globally, which will affect the web server be
but not the vhost configuration. Configuration can be done for each version separetely, which means
each web server can have its own profile of customized settings.
.. seealso::
..
In order to customize the vhosts, have a look at the following links:
* :ref:`customize_specific_virtual_host`
* :ref:`customize_all_virtual_hosts_globally`
.. seealso::
In order to customize a specific vhosts, have a look at the following link:
* :ref:`customize_specific_virtual_host`
**Table of Contents**
.. contents:: :local:

View File

@ -15,9 +15,9 @@ custom configurations.
Devilbox Auto-vhost generation feature. If you want to custimize your current virtual hosts
have a look at:
* :ref:`customize_all_virtual_hosts_globally`
* :ref:`customize_specific_virtual_host`
..
* :ref:`customize_all_virtual_hosts_globally`
**Table of Contents**

View File

@ -1388,10 +1388,10 @@ changing the server name or adding locations to other assets.
When you want to find out more how to actually customize each virtual host to its own need,
read up more on:
* :ref:`customize_all_virtual_hosts_globally`
* :ref:`customize_specific_virtual_host`
* :ref:`example_add_sub_domains`
..
* :ref:`customize_all_virtual_hosts_globally`
MySQL
-----

View File

@ -15,9 +15,9 @@ supplying custom configurations.
Devilbox Auto-vhost generation feature. If you want to custimize your current virtual hosts
have a look at:
* :ref:`customize_all_virtual_hosts_globally`
* :ref:`customize_specific_virtual_host`
..
* :ref:`customize_all_virtual_hosts_globally`
**Table of Contents**

View File

@ -1,7 +0,0 @@
.. _access_colleagues_devilbox:
***************************
Access Colleague's Devilbox
***************************
TODO

View File

@ -1,7 +0,0 @@
.. _access_devilbox_from_android:
****************************
Access Devilbox from Android
****************************

View File

@ -1,10 +0,0 @@
.. _access_devilbox_from_iphone:
***************************
Access Devilbox from iPhone
***************************
TODO
just run second bind server and hook it up via dhcp or custom app

View File

@ -1,5 +0,0 @@
***************************
Deploy Devilbox via Ansible
***************************
TODO

View File

@ -85,9 +85,10 @@ host is ready to be served with your custom domain.
:maxdepth: 2
:numbered:
vhost-gen/customize-all-virtual-hosts-globally
vhost-gen/customize-specific-virtual-host
vhost-gen/example-add-subdomains
..
vhost-gen/customize-all-virtual-hosts-globally
.. toctree::
@ -95,12 +96,13 @@ host is ready to be served with your custom domain.
:maxdepth: 2
:numbered:
corporate-usage/deploy-devilbox-via-ansible
corporate-usage/shared-devilbox-server-in-lan
corporate-usage/use-external-databases
..
corporate-usage/deploy-devilbox-via-ansible
corporate-usage/access-colleagues-devilbox
corporate-usage/access-devilbox-from-android
corporate-usage/access-devilbox-from-iphone
corporate-usage/use-external-databases
.. toctree::

View File

@ -140,11 +140,11 @@ Actual setup
After settings this up, follow the above guides for **Docker for Mac** or **Docker for Windows**
to finish the setup.
..
Access for other network devices
Access for other network devices
================================
.. seealso::
..
seealso::
* :ref:`access_devilbox_from_android`
* :ref:`access_devilbox_from_iphone`
* :ref:`access_colleagues_devilbox`

View File

@ -1,13 +0,0 @@
.. _customize_all_virtual_hosts_globally:
************************************
Customize all virtual hosts globally
************************************
**Table of Contents**
.. contents:: :local:
TODO

View File

@ -58,8 +58,12 @@ Each web server virtual host is auto-generated by a tool called
default generation process via templates. Those templates can be added to each project, giving
you the option to customize the virtual host of this specific project.
.. note::
..
note::
:ref:`customize_all_virtual_hosts_globally` and :ref:`customize_specific_virtual_host`
.. note::
:ref:`customize_specific_virtual_host`
Ensure you have read and understand how to customize your virtual host with ``vhost-gen``.
:ref:`env_httpd_template_dir`
Ensure you know what this variable does inside your ``.env`` file.