From 4d48854f7f1246190d885798208cd1f600403c5a Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 17:05:49 -0400 Subject: [PATCH] remove fastcgi_params --- hosts/pluto/services/pterodactyl.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index 38809be..12ae3b2 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -61,7 +61,6 @@ fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:${config.services.phpfpm.pools.mypool.socket}; fastcgi_index index.php; - include fastcgi_params; fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M"; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param HTTP_PROXY "";