# The Caddyfile is an easy way to configure your Caddy web server. # # https://caddyserver.com/docs/caddyfile # The configuration below serves a welcome page over HTTP on port 80. To use # your own domain name with automatic HTTPS, ensure your A/AAAA DNS record is # pointing to this machine's public IP, then replace `http://` with your domain # name. Refer to the documentation for full instructions on the address # specification. # # https://caddyserver.com/docs/caddyfile/concepts#addresses #>GNUNUX #http:// { #listen only in https { admin off } %for %%domain in %%revprox_client_external_domainnames https://%%domain { tls %%revprox_client_cert_file %%revprox_client_key_file { ca_root %%revprox_client_ca_file } log { output stdout format console level info } #GNUNUX # root * /usr/share/caddy root * /srv/caddy #