Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Reimar Unger
package.www
Commits
4c0b7eb0
Commit
4c0b7eb0
authored
Jul 30, 2021
by
Reimar Unger
Browse files
Moved Variable Logfile-Path to defaults/main.yaml and added Documenation
parent
a5403912
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4c0b7eb0
...
...
@@ -54,6 +54,21 @@ Variables
*
The SSL CA certificate for the service.
*
default: ""
*
www_serverhostname:
*
description:
*
The default name of der www hostname.
*
default: "nextcloud.local"
*
www_ssl_cert_dest_path:
*
description:
*
The default destination directory for the SSL certificate for the service.
*
default: "{{ '%s/ssl/certs/%s' | format(system_config_directory, www_ssl_cert | basename) }}"
*
www_ssl_priv_key_dest_path:
*
description:
*
The default destination directory for the SSL private key for the
*
default: "{{ '%s/ssl/private/%s' | format(system_config_directory, www_ssl_priv_key | basename) }}"
*
www_port:
*
description:
*
The standard http-port
...
...
@@ -64,6 +79,11 @@ Variables
*
The standard https-port
*
default: "443"
*
www_log_files:
*
description:
*
The standard log-file directory
*
default: "/var/log/nginx/"
Processes
=========
...
...
@@ -86,4 +106,5 @@ Contributors
============
*
Martin Pietsch (martin.pietsch@tu-dresden.de)
*
Reimar Unger (reimar.unger@tu-dresden.de)
defaults/main.yml
View file @
4c0b7eb0
...
...
@@ -13,3 +13,4 @@ www_port: 80
www_ssl_port
:
443
www_hsts
:
"
no"
www_max_upload_size
:
"
512M"
www_log_files
:
"
/var/log/nginx/"
vars/Debian-10.yml
View file @
4c0b7eb0
---
www_log_files
:
"
/var/log/nginx/"
\ No newline at end of file
# File for Debian specific variables
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment