docker-phpbb/config/Caddyfile

31 lines
399 B
Caddyfile
Raw Normal View History

2025-01-08 06:42:39 +04:00
{
servers {
trusted_proxies static private_ranges
trusted_proxies_strict
}
}
2025-01-06 23:08:30 +04:00
:8080 {
2025-01-08 06:42:39 +04:00
root * /phpbb/www
2025-01-06 23:08:30 +04:00
php_fastcgi unix//run/php-fpm.sock {
trusted_proxies private_ranges
}
file_server
log stdout
}
2025-01-08 06:42:39 +04:00
:9080 {
root * /var/www/html/public
2025-01-06 23:08:30 +04:00
php_fastcgi unix//run/php-fpm.sock {
trusted_proxies private_ranges
}
file_server
log stdout
}