Обход ограничения http/https при загрузке логотипов каналов + их ленивое кэширование

This commit is contained in:
2024-09-25 01:13:39 +08:00
parent d097366605
commit 2f0186e49f
11 changed files with 230 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ server {
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_hide_header X-Powered-By;
include fastcgi_params;
}
}

View File

@@ -1,5 +1,6 @@
[PHP]
error_reporting = E_ALL
expose_php = Off
file_uploads = Off
memory_limit=-1
max_execution_time=-1

View File

@@ -1,5 +1,6 @@
[PHP]
error_reporting = E_ALL
expose_php = Off
file_uploads = Off
; upload_max_filesize=10M
; post_max_size=10M