Update nginx/default.conf

This commit is contained in:
2026-04-01 13:54:08 +00:00
parent d250c975a2
commit 37b901e32e

View File

@@ -14,6 +14,8 @@ server {
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_read_timeout 300;
fastcgi_send_timeout 300;
}
location ~ /\. {