Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 144 Bytes

Caddyfile.wiki

File metadata and controls

13 lines (11 loc) · 144 Bytes

{

  http_port 80
  auto_https off

}

http://{$WIKI_FQDN} {

  root * /srv/wiki
  php_fastcgi phpfpm:9000
  file_server
  encode gzip zstd

}

log