CRM Task with dynamic data

This commit is contained in:
Dillon
2023-03-24 03:13:18 +08:00
parent e1596d69be
commit be4111196e
7 changed files with 183 additions and 89 deletions
+6 -2
View File
@@ -7,7 +7,7 @@ server {
root /var/www/html/public;
server_name localhost;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
@@ -23,5 +23,9 @@ server {
fastcgi_intercept_errors on;
fastcgi_keep_conn on;
fastcgi_param PHP_VALUE "auto_prepend_file= \n allow_url_include=Off";
proxy_send_timeout 3600;
proxy_read_timeout 3600;
fastcgi_send_timeout 3600;
fastcgi_read_timeout 3600;
}
}
}