Initial commit

This commit is contained in:
2023-11-10 14:21:47 +01:00
commit 4a08e4aa37
13 changed files with 917 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
# static_site_server sets up
static_site_server_enabled: true
static_site_server_identifier: static_site_server
static_site_user: 'static_site'
static_site_group: 'static_site'
# The hostname at which static_site_server is served.
static_site_server_hostname: ''
static_site_server_auth_users: []
# The path at which static_site_server is served.
# This value must either be `/` or not end with a slash (e.g. `/static_site_server`).
static_site_server_path_prefix: /
static_site_server_base_path: "/static_sites"