mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 08:27:39 +08:00
cfe52084aa
* Fixed issue with {path} actually {uri} * Test added for path rewrite * add in uri_escaped * added rewrite_uri and test * fix broken test. Just checks for existance of rewrite header * gitignore * Use context to store uri value * ignore .vscode * tidy up, removal of comments and invalidated tests * Remove commented out code. * added comment as requested by lint * fixed spelling mistake * clarified code with variable name * added context for uri and test * added TODO comment to move consts
19 lines
151 B
Plaintext
19 lines
151 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
_gitignore/
|
|
Vagrantfile
|
|
.vagrant/
|
|
/.idea
|
|
|
|
dist/builds/
|
|
dist/release/
|
|
|
|
error.log
|
|
access.log
|
|
|
|
/*.conf
|
|
Caddyfile
|
|
|
|
og_static/
|
|
|
|
.vscode/ |