Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
caddy
Commits
3c967180
Commit
3c967180
authored
Jan 12, 2016
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.8.1
parent
4b6e0e93
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
dist/CHANGES.txt
dist/CHANGES.txt
+3
-3
dist/README.txt
dist/README.txt
+1
-1
main.go
main.go
+1
-1
No files found.
dist/CHANGES.txt
View file @
3c967180
CHANGES
<master>
0.8.1 (January 12, 2016)
- Improved OCSP stapling
-
Can reload config with new hosts that need cert
s from Let's Encrypt
-
If pidfile is created, it is
deleted when Caddy exits
-
Better graceful reload when new hosts need certificate
s from Let's Encrypt
-
Current pidfile is now
deleted when Caddy exits
- browse: New default template
- gzip: Added min_length setting
- import: Support for glob patterns (*) to import multiple files
...
...
dist/README.txt
View file @
3c967180
CADDY 0.8
CADDY 0.8
.1
Website
https://caddyserver.com
...
...
main.go
View file @
3c967180
...
...
@@ -27,7 +27,7 @@ var (
const
(
appName
=
"Caddy"
appVersion
=
"0.8"
appVersion
=
"0.8
.1
"
)
func
init
()
{
...
...
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