summaryrefslogtreecommitdiff
path: root/data/common.yaml
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 22:29:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 22:29:51 +0100
commit8d93ed178f142e754a88dd34a12c0160ddff0239 (patch)
treeb0419828a05503ffc09a14c7ffffaef888b1a003 /data/common.yaml
parentrefresh (diff)
downloadwebdav_server-8d93ed178f142e754a88dd34a12c0160ddff0239.tar.gz
webdav_server-8d93ed178f142e754a88dd34a12c0160ddff0239.tar.xz
temporarily remove data directory.
Diffstat (limited to '')
-rw-r--r--data/common.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/data/common.yaml b/data/common.yaml
deleted file mode 100644
index 7f015df..0000000
--- a/data/common.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-certname: "%{fqdn}"
-
-nginx::nginx_servers_defaluts:
- ssl: true
- ssl_cert: "/etc/letsencrypt/live/%{certname}/fullchain.pem"
- ssl_key: "/etc/letsencrypt/live/%{certname}/privkey.pem"
- use_default_location: false
- index_files:
- - index.html
- - index.htm
- access_log: absent
- error_log: absent
- ssl_redirect: true
-
-nginx::manage_repo: false
-nginx::surver_purge: true
-nginx::service_config_check: true
-nginx::http_format_log: my_format
-nginx::log_formats:
- nginx_default: '$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referrer" "$http_user_agent"'
- my_format: '$remote_addr - $remote_user [$time_local] "$request_method $server_name$request_uri" $status $body_bytes_sent "$http_referer" "$http_user_agent"'
-nginx::nginx_error_log_severity: notice
-nginx::cfg_append:
- rewrite_log: on
-nginx::server_purge: true
-
-nginx::nginx_locations_defaults:
- index_files: []
- ssl: true
- autoindex: on