Open Sitez Documentation

Documentation main page

 

config.yaml primary config

Open Sitez is designed to handle out of the box multiple sites.

To Make easy to configure, sites are defined 2 places

Example config.yaml

sites:
    opensitez.com:
        folder: opensitez
        aliases:
            - nicerhost.com
        subdomains:
            dev:
                folder: opensitez
                definition: dev.osz
    example2.com:
        folder: example2
        aliases:
            - example3.com
            - example4.com

In this example config.yaml:

For more details on the definition.osz file format, see here .