betty.extension.nginx package¶
Submodules¶
Module contents¶
Integrate Betty with nginx.
- class betty.extension.nginx.Nginx(*args, configuration=None, **kwargs)[source]¶
Bases:
ConfigurableExtension[NginxConfiguration],UserFacingExtension,Generator,ServerProvider,GuiBuilder,CommandProvider- classmethod assets_directory_path()[source]¶
Return the path on disk where the extension’s assets are located.
This may be anywhere in your Python package.
- Return type:¶
pathlib.Path|None
- property commands : dict[str, Command]¶
- property https : bool¶
- property www_directory_path : str¶