Большая переработка

- внедрён iptvc
- скорректированы докерфайлы
- php8.3 => 8.4
- переписан скрипт iptv
- скорректирован композ и енвы
This commit is contained in:
2025-05-11 12:13:30 +08:00
parent 3a624ba8d1
commit 833c5218eb
15 changed files with 1031 additions and 108 deletions

View File

@@ -20,7 +20,7 @@ server {
}
location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_pass php:9000;
fastcgi_pass web:9000;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;