Update package name

This commit is contained in:
2025-01-08 06:42:39 +04:00
parent c3d519bd39
commit 550d1aad08
4 changed files with 29 additions and 16 deletions

View File

@@ -1,16 +1,11 @@
:8080 {
root * /var/www/html/public
php_fastcgi unix//run/php-fpm.sock {
trusted_proxies private_ranges
}
file_server
log stdout
{
servers {
trusted_proxies static private_ranges
trusted_proxies_strict
}
}
:8181 {
:8080 {
root * /phpbb/www
php_fastcgi unix//run/php-fpm.sock {
@@ -21,3 +16,15 @@
log stdout
}
:9080 {
root * /var/www/html/public
php_fastcgi unix//run/php-fpm.sock {
trusted_proxies private_ranges
}
file_server
log stdout
}