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
nexedi
caddy
Commits
fdb6d64f
Commit
fdb6d64f
authored
Jul 02, 2016
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add locale plugin directive, update changelog
parent
22766433
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
caddyhttp/httpserver/plugin.go
caddyhttp/httpserver/plugin.go
+1
-0
dist/CHANGES.txt
dist/CHANGES.txt
+8
-3
No files found.
caddyhttp/httpserver/plugin.go
View file @
fdb6d64f
...
...
@@ -344,6 +344,7 @@ var directives = []string{
// directives that add middleware to the stack
"log"
,
"gzip"
,
"locale"
,
// github.com/simia-tech/caddy-locale
"errors"
,
"minify"
,
// github.com/hacdias/caddy-minify
"ipfilter"
,
// github.com/pyed/ipfilter
...
...
dist/CHANGES.txt
View file @
fdb6d64f
...
...
@@ -11,11 +11,16 @@ CHANGES
- Renamed -directives flag to -plugins
- Restarting no longer requires spawning a new process
- Removed -restart option
- log: New {request} placeholder to dump entire request (sans body)
- fastcgi: Env variables now support placeholders
- import: Import paths now relative to Caddyfile, not current working dir
- log: New {request} placeholder to dump entire request (without body)
- markdown: Overhauled; removed site generation features
- proxy: More control of headers
- proxy: More control of headers
; deprecating proxy_header subdirective
- proxy: Specify multiple upstreams with optional port ranges
- proxy: New preset 'transparent' to simplify common pass-thrus
- proxy: New preset 'transparent' to simplify common pass-thru headers
- proxy: Chooses longest matching path; order declared is irrelevant
- redir: Added if and if_op subdirectives to make conditional redirects
- rewrite: Support for if_op to change how conditions are evaluated
- tls: Generate self-signed certificates in memory
- tls: Support for ACME DNS challenge with 10 providers
- tls: Support for TLS-SNI challenge during restarts
...
...
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