Module jumpscale.sals.nginx

Expand source code
def export_module_as():
    from jumpscale.core.base import Factory
    from .nginx import NginxConfig

    return Factory(NginxConfig)

Sub-modules

jumpscale.sals.nginx.nginx

Get nginx sal instance as an abstract parent for the websites and locations and for the nginx conf …

jumpscale.sals.nginx.utils

Functions

def export_module_as()
Expand source code
def export_module_as():
    from jumpscale.core.base import Factory
    from .nginx import NginxConfig

    return Factory(NginxConfig)