Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wcms-docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Chris Shantz
wcms-docker
Commits
c1709495
Commit
c1709495
authored
5 years ago
by
Chris Shantz
Browse files
Options
Downloads
Patches
Plain Diff
Added a traefik folder containing acme.json and traefik.toml
parent
99847bc5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
traefik/acme.json
+0
-0
0 additions, 0 deletions
traefik/acme.json
traefik/traefik.toml
+23
-0
23 additions, 0 deletions
traefik/traefik.toml
with
23 additions
and
0 deletions
traefik/acme.json
0 → 100644
+
0
−
0
View file @
c1709495
This diff is collapsed.
Click to expand it.
traefik/traefik.toml
0 → 100644
+
23
−
0
View file @
c1709495
debug
=
false
logLevel
=
"ERROR"
defaultEntryPoints
=
[
"https"
,
"http"
]
[
entryPoints
]
[
entryPoints.http
]
address
=
":80"
[
entryPoints.http.redirect
]
entryPoint
=
"https"
[
entryPoints.https
]
address
=
":443"
[
entryPoints.https.tls
]
[
retry
]
[
acme
]
email
=
"YOU@EXAMPLE.COM"
storage
=
"acme.json"
entryPoint
=
"https"
OnHostRule
=
true
[
acme.httpChallenge
]
entryPoint
=
"http"
\ No newline at end of file
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