nm3clol-express-app/Caddyfile

29 lines
769 B
Caddyfile

russell-county-archives.daball.me {
import /etc/caddy/tls-dns-cloudflare
encode gzip
redir * https://no-moss-3-carbo-landfill-library.online{uri} permanent
}
no-moss-3-carbo-landfill-library.online {
import /etc/caddy/tls-dns-cloudflare
encode gzip
root * /srv/www/no-moss-3-carbo-landfill-library.online
@node_search path /search*
reverse_proxy @node_search localhost:3000
@ext_html path_regexp ^.*\.(htm|html)$
rewrite @ext_html archived.php
php_fastcgi unix//var/run/php/php8.2-fpm.sock
import redirects.Caddyfile
file_server {
root /srv/www/no-moss-3-carbo-landfill-library.online/public
index index.nofile
browse /srv/www/no-moss-3-carbo-landfill-library.online/browse.html
}
}