Initial commit

This commit is contained in:
2025-01-06 23:08:30 +04:00
commit 8099df95b5
18 changed files with 574 additions and 0 deletions

23
config/Caddyfile Normal file
View File

@@ -0,0 +1,23 @@
:8080 {
root * /var/www/html/public
php_fastcgi unix//run/php-fpm.sock {
trusted_proxies private_ranges
}
file_server
log stdout
}
:8181 {
root * /phpbb/www
php_fastcgi unix//run/php-fpm.sock {
trusted_proxies private_ranges
}
file_server
log stdout
}