this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add Caddyfile example

alice 0b4cd597 cc81d778

+18
+18
Caddyfile
··· 1 + ap.mosphere.at { 2 + root * /var/www/html 3 + encode gzip 4 + 5 + log { 6 + output file /var/log/ap-bot-test.log { 7 + roll_size 1gb 8 + roll_keep 5 9 + roll_keep_for 720h 10 + } 11 + } 12 + 13 + try_files {path} /index.php?path={path} 14 + php_fastcgi unix//run/php/php8.2-fpm.sock 15 + file_server 16 + 17 + import vercel 18 + }