From 0e01629be0a2195c0a41c61f4cf4030b94f3c645 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 17:03:59 -0400 Subject: [PATCH] update a little --- hosts/pluto/services/pterodactyl.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index f68f560..38809be 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -53,6 +53,8 @@ ''; locations."/favicon.ico".extraConfig = '' access_log off; log_not_found off; + ''; + locations."/robots.txt".extraConfig = '' access_log off; log_not_found off; ''; locations."~ \\.php$".extraConfig = '' @@ -71,7 +73,7 @@ fastcgi_read_timeout 300; ''; - locations."~ //\.ht".extraConfig = '' + locations."~ ///\.ht".extraConfig = '' deny all; '';