Web based family history software

Question Example configuration for Caddy web server

  • buovjaga
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 4 months ago #1 by buovjaga
I would like to share the configuration I use for webtrees with Caddy web server . In webtrees versions prior to 1.7.11, the configuration required a small modification to includes/session.php, but thankfully this is no longer the case.

The configuration was originally provided to me by Abiola Ibrahim .
Code:
https://yoursite.com { tls your@email.com root /var/www/webtrees fastcgi / unix:/var/run/php-fpm/php-fpm.sock php internal /forbidden rewrite { r ^/data to /forbidden } log /var/log/www/access.log { rotate_size 50 rotate_age 7 rotate_keep 5 } errors /var/log/www/error.log { rotate_size 50 rotate_age 7 rotate_keep 5 } }

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum
}