0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp/httpserver
Jaume Martin 56153e0bb3 httpserver: Adding nobots directive (#1767)
* Adding nobots directive

* Moving nobots directive behind log one.

* Move nobots directive to a better position
2017-07-17 12:39:06 -06:00
..
condition.go rewrite: treat "if a not_op b" uniformly by negating "op". (#1696) 2017-06-15 16:45:42 -06:00
condition_test.go rewrite: treat "if a not_op b" uniformly by negating "op". (#1696) 2017-06-15 16:45:42 -06:00
error.go
https.go
https_test.go
logger.go
logger_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
middleware.go Create request_id directive #1590 (#1711) 2017-06-24 13:54:35 -07:00
middleware_test.go
mitm.go mitm: Add missing import 2017-06-07 14:22:55 -06:00
mitm_test.go mitm: Add experimental Tor support for interception detection 2017-06-07 14:20:15 -06:00
path.go
path_test.go fastcgi: Prepend missing leading slash when matching paths (see #1645) 2017-05-02 11:20:50 -06:00
plugin.go httpserver: Adding nobots directive (#1767) 2017-07-17 12:39:06 -06:00
plugin_test.go
recorder.go ResponseWriterWrapper and HTTPInterfaces (#1644) 2017-05-05 09:42:06 -06:00
recorder_test.go
replacer.go adds unix timestamp placeholder 2017-07-05 22:08:07 +02:00
replacer_test.go adds unix timestamp placeholder 2017-07-05 22:08:07 +02:00
responsewriterwrapper.go ResponseWriterWrapper and HTTPInterfaces (#1644) 2017-05-05 09:42:06 -06:00
roller.go log, errors: Introduce rotate_compress option (#1731) 2017-06-28 09:06:32 -06:00
server.go use caddy.AppName instead of fixed string in 'Server' header (#1709) 2017-06-24 11:17:06 -07:00
server_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
siteconfig.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
tplcontext.go httpserver: rename context Push action for more general use (#1641) 2017-05-05 17:36:20 -06:00
tplcontext_test.go httpserver: rename context Push action for more general use (#1641) 2017-05-05 17:36:20 -06:00
vhosttrie.go
vhosttrie_test.go