Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Commits
9d68bfba
Commit
9d68bfba
authored
6 years ago
by
Robin Sonnabend
Browse files
Options
Downloads
Patches
Plain Diff
Update README, acmetool is activated by default in nginx
parent
caedc2d4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
9d68bfba
...
...
@@ -130,12 +130,12 @@ If servers are configured, the generated configuration files end with `.conf` an
-
`path`
: path under this domain to redirect the hostnames to
-
`hostnames`
: list of hostnames to redirect to this domain
*
`no_ssl`
: if
`yes`
, the proxy listens to HTTP, not HTTPS
*
`certificate`
: path to the TLS certificate file (
required for HTTPS
)
*
`private_key`
: path to the TLS private key file (
required for HTTPS
)
*
`certificate`
: path to the TLS certificate file (
defaults to acmetool path
)
*
`private_key`
: path to the TLS private key file (
defaults to acmetool path
)
*
`cipher_strength`
:
`modern`
or
`intermediate`
(cf.
`vars/main.yml`
, optional)
*
`use_sso`
: include single sign on for this server
*
`sso_protect_all`
: if
`no`
, proxy locations do not automatically require single sign on auth if
`use_sso`
is set (default
`yes`
, optional)
*
`include_acme`
: if
`
yes
`
, the acmetool snippet is included (optional)
*
`include_acme`
: if
`
no
`
, the acmetool snippet is
not
included (optional)
*
`include_snippets`
: list of snippets files (in
`/etc/nginx/snippets/`
) to include (optional)
*
`internal_locations`
: list of internal locations
-
*required*
to generate internal config (empty list != omitted)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment