Curation by apogorzelska 1 day ago for query Caddyfile
Original results
-
https://en.wikipedia.org/wiki/Caddy_(web_server) — found via Wikipedia
Caddy (web server)
convert other configuration formats to JSON. Existing adapters include the Caddyfile, which has first-class support in the command line; and YAML, TOML, Nginx
-
https://en.wikipedia.org/wiki/Reverse_proxy — found via Wikipedia
Reverse proxy
the original on 4 October 2018. Retrieved 27 April 2016. "forward_auth (Caddyfile directive) - Caddy Documentation". caddyserver.com. Retrieved 22 May 2022
-
https://en.wikipedia.org/wiki/FastCGI — found via Wikipedia
FastCGI
2010-02-08. Retrieved 2006-02-21. The fastcgi transport — reverse_proxy (Caddyfile directive) — Caddy Documentation FastCGI for Cherokee FastCGI howto for
-
https://stackoverflow.com/questions/70860752 — found via Mwmbl
caddyfile - Generic domain part with fixed subdomain using Caddy…
I'd like to setup a Caddy server where the subdomain is static but the domain part is "wildcard", such as "api.*" From my understanding of Caddy, the wil…
-
https://stackoverflow.com/tags/caddyfile/synonyms — found via Mwmbl
'caddyfile' Tag Synonyms - Stack Overflow
Tag Info Incorrectly tagged questions are hard to find and answer. If you know of common, alternate spellings or phrasings for this tag, add them here so…
-
https://stackoverflow.com/a/62487757 — found via Mwmbl
logging - How to set Caddyfile log format? - Stack Overflow
But, I would like to keep using the old format for the log instead of the json format. then i tried multiple format, but it is not really documented in t…
-
http://caddyserver.com/docs/caddyfile — found via Mwmbl
The Caddyfile — Caddy Documentation
The Caddyfile The Caddyfile is a convenient Caddy configuration format for humans. It is most people's favorite way to use Caddy because it is easy to wr…
-
http://caddyserver.com/docs/caddyfile/directives — found via Mwmbl
Caddyfile Directives — Caddy Documentation
Caddyfile Directives Directives are functional keywords that appear within site blocks. Sometimes, they may open blocks of their own which can contain su…
-
http://caddyserver.com/docs/caddyfile-tutorial — found via Mwmbl
Caddyfile Tutorial — Caddy Documentation
If the HTTP and HTTPS ports (80 and 443, respectively) are privileged ports on your OS, you will either need to run with elevated privileges or use a hig…
-
http://caddyserver.com/docs/caddyfile/concepts — found via Mwmbl
Caddyfile Concepts — Caddy Documentation
If a request matches multiple site blocks, the site block with the most specific matching address is chosen. Requests don't cascade into to other site bl…
-
http://caddyserver.com/docs/quick-starts/caddyfile — found via Mwmbl
Caddyfile Quick-start — Caddy Documentation
Caddyfile Quick-start If the HTTP and HTTPS ports (80 and 443, respectively) are privileged ports on your OS, you will either need to run with elevated p…
-
http://caddyserver.com/docs/extending-caddy/caddyfile — found via Mwmbl
Caddyfile Support — Caddy Documentation
Caddyfile Support Caddy modules are automatically added to the native JSON config by virtue of their namespace when they are registered, making them both…
-
http://caddyserver.com/docs/caddyfile/patterns — found via Mwmbl
Common Caddyfile Patterns — Caddy Documentation
Static file server As usual, the first line is the site address. The root directive specifies the path to the root of the site (the * means to match all …
-
http://caddyserver.com/docs/caddyfile/options — found via Mwmbl
Global options (Caddyfile) — Caddy Documentation
The Caddyfile has a way for you to specify options that apply globally. Some options act as default values; others customize HTTP servers and don't apply …
-
http://caddyserver.com/docs/caddyfile/directives/uri — found via Mwmbl
uri (Caddyfile directive) — Caddy Documentation
uri Manipulates a request's URI. It can strip path prefix/suffix or replace substrings on the whole URI. This directive is distinct from rewrite in that …
-
http://caddyserver.com/docs/caddyfile/directives/tls — found via Mwmbl
tls (Caddyfile directive) — Caddy Documentation
tls Caddy's default TLS settings are secure. Only change these settings if you have a good reason and understand the implications. The most common use of…
-
http://caddyserver.com/docs/caddyfile/directives/log — found via Mwmbl
log (Caddyfile directive) — Caddy Documentation
Since Caddy v2.5, by default, headers with potentially sensitive information (Cookie, Set-Cookie, Authorization and Proxy-Authorization) will be logged w…
-
http://caddyserver.com/docs/caddyfile/directives/map — found via Mwmbl
map (Caddyfile directive) — Caddy Documentation
map It compares the source value against the input side of the map, and for one that matches, it applies the output value(s) to each destination. Destina…
-
http://caddyserver.com/docs/caddyfile/directives/bind — found via Mwmbl
bind (Caddyfile directive) — Caddy Documentation
bind Normally, the listener binds to the empty (wildcard) interface. However, you may force the listener to bind to another hostname or IP instead. This …
-
http://caddyserver.com/docs/caddyfile/directives/root — found via Mwmbl
root (Caddyfile directive) — Caddy Documentation
root Sets the root path of the site, used by various matchers and directives that access the file system. If unset, the default site root is the current …
-
http://caddyserver.com/docs/caddyfile/directives/vars — found via Mwmbl
vars (Caddyfile directive) — Caddy Documentation
vars Sets one or more variables to a particular value, to be used later in the request handling chain. The primary way to access variables is with placeh…
-
https://caddyserver.com/docs/caddyfile/directives/push — found via Mwmbl
push (Caddyfile directive) — Caddy Documentation
push Configures the server to pre-emptively send resources to the client using HTTP/2 server push. Resources can be linked for server push by specifying …
-
http://caddyserver.com/docs/caddyfile/directives/route — found via Mwmbl
route (Caddyfile directive) — Caddy Documentation
route Directives contained in a route block will not be reordered internally. Only HTTP handler directives (directives which add handlers or middleware t…
-
http://caddyserver.com/docs/caddyfile/matchers — found via Mwmbl
Request matchers (Caddyfile) — Caddy Documentation
If a directive supports matchers, it will appear as [<matcher>] in its syntax documentation. Matcher tokens are usually optional, denoted by [ ]. If the …
-
http://caddyserver.com/docs/caddyfile/directives/header — found via Mwmbl
header (Caddyfile directive) — Caddy Documentation
header By default, header operations are performed immediately unless any of the headers are being deleted (- prefix) or setting a default value (? prefi…
-
http://caddyserver.com/docs/caddyfile/directives/encode — found via Mwmbl
encode (Caddyfile directive) — Caddy Documentation
<formats...> is the list of encoding formats to enable. If multiple encodings are enabled, the encoding is chosen based the request's Accept-Encoding hea…
-
https://gist.github.com/edrex/9863fb4aa68d65229542 — found via Mwmbl
Caddyfile · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
-
http://bl.ocks.org/j-mcnally/d00a611a71b621efd3d6 — found via Mwmbl
Caddyfile - Example · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
New results
-
http://caddyserver.com/docs/caddyfile — found via Mwmbl
The Caddyfile — Caddy Documentation
The Caddyfile The Caddyfile is a convenient Caddy configuration format for humans. It is most people's favorite way to use Caddy because it is easy to wr…
-
https://en.wikipedia.org/wiki/Caddy_(web_server) — found via Wikipedia
Caddy (web server)
convert other configuration formats to JSON. Existing adapters include the Caddyfile, which has first-class support in the command line; and YAML, TOML, Nginx
-
https://en.wikipedia.org/wiki/Reverse_proxy — found via Wikipedia
Reverse proxy
the original on 4 October 2018. Retrieved 27 April 2016. "forward_auth (Caddyfile directive) - Caddy Documentation". caddyserver.com. Retrieved 22 May 2022
-
https://en.wikipedia.org/wiki/FastCGI — found via Wikipedia
FastCGI
2010-02-08. Retrieved 2006-02-21. The fastcgi transport — reverse_proxy (Caddyfile directive) — Caddy Documentation FastCGI for Cherokee FastCGI howto for
-
https://stackoverflow.com/questions/70860752 — found via Mwmbl
caddyfile - Generic domain part with fixed subdomain using Caddy…
I'd like to setup a Caddy server where the subdomain is static but the domain part is "wildcard", such as "api.*" From my understanding of Caddy, the wil…
-
https://stackoverflow.com/tags/caddyfile/synonyms — found via Mwmbl
'caddyfile' Tag Synonyms - Stack Overflow
Tag Info Incorrectly tagged questions are hard to find and answer. If you know of common, alternate spellings or phrasings for this tag, add them here so…
-
https://stackoverflow.com/a/62487757 — found via Mwmbl
logging - How to set Caddyfile log format? - Stack Overflow
But, I would like to keep using the old format for the log instead of the json format. then i tried multiple format, but it is not really documented in t…
-
http://caddyserver.com/docs/caddyfile/directives — found via Mwmbl
Caddyfile Directives — Caddy Documentation
Caddyfile Directives Directives are functional keywords that appear within site blocks. Sometimes, they may open blocks of their own which can contain su…
-
http://caddyserver.com/docs/caddyfile-tutorial — found via Mwmbl
Caddyfile Tutorial — Caddy Documentation
If the HTTP and HTTPS ports (80 and 443, respectively) are privileged ports on your OS, you will either need to run with elevated privileges or use a hig…
-
http://caddyserver.com/docs/caddyfile/concepts — found via Mwmbl
Caddyfile Concepts — Caddy Documentation
If a request matches multiple site blocks, the site block with the most specific matching address is chosen. Requests don't cascade into to other site bl…
-
http://caddyserver.com/docs/quick-starts/caddyfile — found via Mwmbl
Caddyfile Quick-start — Caddy Documentation
Caddyfile Quick-start If the HTTP and HTTPS ports (80 and 443, respectively) are privileged ports on your OS, you will either need to run with elevated p…
-
http://caddyserver.com/docs/extending-caddy/caddyfile — found via Mwmbl
Caddyfile Support — Caddy Documentation
Caddyfile Support Caddy modules are automatically added to the native JSON config by virtue of their namespace when they are registered, making them both…
-
http://caddyserver.com/docs/caddyfile/patterns — found via Mwmbl
Common Caddyfile Patterns — Caddy Documentation
Static file server As usual, the first line is the site address. The root directive specifies the path to the root of the site (the * means to match all …
-
http://caddyserver.com/docs/caddyfile/options — found via Mwmbl
Global options (Caddyfile) — Caddy Documentation
The Caddyfile has a way for you to specify options that apply globally. Some options act as default values; others customize HTTP servers and don't apply …
-
http://caddyserver.com/docs/caddyfile/directives/uri — found via Mwmbl
uri (Caddyfile directive) — Caddy Documentation
uri Manipulates a request's URI. It can strip path prefix/suffix or replace substrings on the whole URI. This directive is distinct from rewrite in that …
-
http://caddyserver.com/docs/caddyfile/directives/tls — found via Mwmbl
tls (Caddyfile directive) — Caddy Documentation
tls Caddy's default TLS settings are secure. Only change these settings if you have a good reason and understand the implications. The most common use of…
-
http://caddyserver.com/docs/caddyfile/directives/log — found via Mwmbl
log (Caddyfile directive) — Caddy Documentation
Since Caddy v2.5, by default, headers with potentially sensitive information (Cookie, Set-Cookie, Authorization and Proxy-Authorization) will be logged w…
-
http://caddyserver.com/docs/caddyfile/directives/map — found via Mwmbl
map (Caddyfile directive) — Caddy Documentation
map It compares the source value against the input side of the map, and for one that matches, it applies the output value(s) to each destination. Destina…
-
http://caddyserver.com/docs/caddyfile/directives/bind — found via Mwmbl
bind (Caddyfile directive) — Caddy Documentation
bind Normally, the listener binds to the empty (wildcard) interface. However, you may force the listener to bind to another hostname or IP instead. This …
-
http://caddyserver.com/docs/caddyfile/directives/root — found via Mwmbl
root (Caddyfile directive) — Caddy Documentation
root Sets the root path of the site, used by various matchers and directives that access the file system. If unset, the default site root is the current …
-
http://caddyserver.com/docs/caddyfile/directives/vars — found via Mwmbl
vars (Caddyfile directive) — Caddy Documentation
vars Sets one or more variables to a particular value, to be used later in the request handling chain. The primary way to access variables is with placeh…
-
https://caddyserver.com/docs/caddyfile/directives/push — found via Mwmbl
push (Caddyfile directive) — Caddy Documentation
push Configures the server to pre-emptively send resources to the client using HTTP/2 server push. Resources can be linked for server push by specifying …
-
http://caddyserver.com/docs/caddyfile/directives/route — found via Mwmbl
route (Caddyfile directive) — Caddy Documentation
route Directives contained in a route block will not be reordered internally. Only HTTP handler directives (directives which add handlers or middleware t…
-
http://caddyserver.com/docs/caddyfile/matchers — found via Mwmbl
Request matchers (Caddyfile) — Caddy Documentation
If a directive supports matchers, it will appear as [<matcher>] in its syntax documentation. Matcher tokens are usually optional, denoted by [ ]. If the …
-
http://caddyserver.com/docs/caddyfile/directives/header — found via Mwmbl
header (Caddyfile directive) — Caddy Documentation
header By default, header operations are performed immediately unless any of the headers are being deleted (- prefix) or setting a default value (? prefi…
-
http://caddyserver.com/docs/caddyfile/directives/encode — found via Mwmbl
encode (Caddyfile directive) — Caddy Documentation
<formats...> is the list of encoding formats to enable. If multiple encodings are enabled, the encoding is chosen based the request's Accept-Encoding hea…
-
https://gist.github.com/edrex/9863fb4aa68d65229542 — found via Mwmbl
Caddyfile · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
-
http://bl.ocks.org/j-mcnally/d00a611a71b621efd3d6 — found via Mwmbl
Caddyfile - Example · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…