betty.extension.nginx.artifact module
Build nginx and Docker artifacts, such as configuration files.
-
async betty.extension.nginx.artifact.generate_configuration_file(app, destination_file_path=None, www_directory_path=None, https=None)[source]
Generate an nginx.conf file to the given destination path.
- Parameters:
- app
-
- destination_file_path=None
-
- www_directory_path=None
-
- https=None
-
- Return type:
None
-
async betty.extension.nginx.artifact.generate_dockerfile_file(app, destination_file_path=None)[source]
Generate a Dockerfile to the given destination path.
- Parameters:
- app
-
- destination_file_path=None
-
- Return type:
None