mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Remove WIP files
This commit is contained in:
parent
954a37211c
commit
cfc80f6ab2
@ -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:
|
||||
|
@ -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**
|
||||
|
||||
|
@ -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
|
||||
-----
|
||||
|
@ -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**
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
.. _access_colleagues_devilbox:
|
||||
|
||||
***************************
|
||||
Access Colleague's Devilbox
|
||||
***************************
|
||||
|
||||
TODO
|
@ -1,7 +0,0 @@
|
||||
.. _access_devilbox_from_android:
|
||||
|
||||
****************************
|
||||
Access Devilbox from Android
|
||||
****************************
|
||||
|
||||
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
***************************
|
||||
Deploy Devilbox via Ansible
|
||||
***************************
|
||||
|
||||
TODO
|
@ -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::
|
||||
|
@ -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`
|
||||
|
@ -1,13 +0,0 @@
|
||||
.. _customize_all_virtual_hosts_globally:
|
||||
|
||||
************************************
|
||||
Customize all virtual hosts globally
|
||||
************************************
|
||||
|
||||
|
||||
**Table of Contents**
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
||||
TODO
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user